hydralauncher: 3.6.0 -> 3.6.1 (#418041)

Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-19 13:17:02 +00:00
committed by GitHub
co-authored by HeitorAugustoLN
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.6.0";
version = "3.6.1";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-7qXVBS4HTLdvmMfyhE5EoHblovqKmIJuh7FSl5lo224=";
hash = "sha256-NKQzOPujPEIPKq3GAphkNijOq9tVAyUy2yCOKZaJHbE=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };