app2unit: 1.2.1 -> 1.3.0 (#489517)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-12 11:25:26 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "app2unit";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "app2unit";
tag = "v${finalAttrs.version}";
sha256 = "sha256-DZ0W7SygOUmjIO0+K8hS9K1U+gSp1gA6Q15eXr6rOmo=";
sha256 = "sha256-HkwcYYGNReDtPxZumnz3ZDb1sr1JcngAOqs/inO/350=";
};
passthru.updateScript = nix-update-script { };