app2unit: 1.3.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2026-04-26 05:26:51 +00:00
parent 0aacb00bef
commit 401a2bafe3
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "app2unit";
version = "1.3.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "app2unit";
tag = "v${finalAttrs.version}";
sha256 = "sha256-HkwcYYGNReDtPxZumnz3ZDb1sr1JcngAOqs/inO/350=";
sha256 = "sha256-upYW+aTJ6LCHrI0+IOYnA98uDLKPxu/wCi7uUWe/Geg=";
};
passthru.updateScript = nix-update-script { };