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

Packages: update
This commit is contained in:
Oskar Manhart 2025-03-23 15:19:32 +01:00 committed by GitHub
commit 606282e838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,12 +11,12 @@
...
}:
let
rev = "65ec4f032b0c3e74500517612124becd05dadda3";
hash = "sha256-XwoOSZECkWOWupA8AinC+xbhGFn+//+7I7LM79XcsxE=";
rev = "1f9f25e9384d88ff5d58adf6c4ab8ef5e93dc8d9";
hash = "sha256-vcny+Smh1MS1OMliN4GjLhFQcJ80nIu/hAR60C6SKU8=";
in
stdenv.mkDerivation rec {
pname = "winapps";
version = "0-unstable-2025-03-12";
version = "0-unstable-2025-03-21";
src = fetchFromGitHub {
owner = "winapps-org";