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

Packages: update
This commit is contained in:
Oskar Manhart
2025-06-29 12:16:38 +02:00
committed by GitHub

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";