Merge pull request #359 from winapps-org/chore/nix_update_actions

Packages: update
This commit is contained in:
Oskar Manhart 2024-12-15 11:50:30 +01:00 committed by GitHub
commit b1e2107b8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,12 +11,12 @@
...
}:
let
rev = "3f44fc3b0fbe1437f2fb39b178fee63f81e34bbb";
hash = "sha256-5YOzr/Q7qfokQolTu285OPi+7cMvAiAsOP1o9nvyqPE=";
rev = "af238bd4ba9d83b527576df8e4d873bd97a9efd4";
hash = "sha256-zXwoczD0zy2BKW+pZqVp3AHFQ6fdSUp5V2d3er8sp64=";
in
stdenv.mkDerivation rec {
pname = "winapps";
version = "0-unstable-2024-12-07";
version = "0-unstable-2024-12-15";
src = fetchFromGitHub {
owner = "winapps-org";