app2unit: 1.1.2 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-12-14 09:56:56 +00:00
parent 50ad20f900
commit d5992bd7f3
+2 -2
View File
@@ -9,13 +9,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "app2unit";
version = "1.1.2";
version = "1.2.1";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "app2unit";
tag = "v${finalAttrs.version}";
sha256 = "sha256-M2sitlrQNSLthSaDH+R8gUcZ8i+o1ktf2SB/vvjyJEI=";
sha256 = "sha256-DZ0W7SygOUmjIO0+K8hS9K1U+gSp1gA6Q15eXr6rOmo=";
};
passthru.updateScript = nix-update-script { };