app2unit: 1.0.3 -> 1.1.2

This commit is contained in:
Fugi
2025-09-22 16:07:20 +00:00
parent 574a10d5c7
commit 99ff53c762
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "app2unit";
version = "1.0.3";
version = "1.1.2";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "app2unit";
tag = "v${version}";
sha256 = "sha256-7eEVjgs+8k+/NLteSBKgn4gPaPLHC+3Uzlmz6XB0930=";
sha256 = "sha256-M2sitlrQNSLthSaDH+R8gUcZ8i+o1ktf2SB/vvjyJEI=";
};
passthru.updateScript = nix-update-script { };