app2unit: 1.3.0 -> 1.4.1 (#502571)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-27 11:59:59 +00:00
committed by GitHub
+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 { };