2 Commits

Author SHA1 Message Date
github-actions[bot]
0c057b722d winapps: 0-unstable-2025-06-20 -> 0-unstable-2025-06-22
Diff: aa5b3e9455...2b806de133
2025-06-29 10:04:18 +00:00
Oskar Manhart
2b806de133 Merge pull request #572 from winapps-org/chore/nix_update_actions
Packages: update
2025-06-22 12:36:21 +02:00

View File

@@ -11,12 +11,12 @@
...
}:
let
rev = "aa5b3e945526800da1b8891fd8b38272a4a6189d";
hash = "sha256-nB56x76W+eyMqIturj26zDbKEMvp/IgDud/twz6pwCY=";
rev = "2b806de1336a3a206d101b95408165cce938ebd5";
hash = "sha256-qe6rVHVNpY2xyxjQWm7IMbXXUxlCCpEaNOwm3GUuVXI=";
in
stdenv.mkDerivation rec {
pname = "winapps";
version = "0-unstable-2025-06-20";
version = "0-unstable-2025-06-22";
src = fetchFromGitHub {
owner = "winapps-org";