app2unit: 1.0.0 -> 1.0.3

This commit is contained in:
fazzi 2025-08-14 11:18:39 +01:00
parent 8e125aeddc
commit 91884663a6

View File

@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "app2unit";
version = "1.0.0";
version = "1.0.3";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "app2unit";
tag = "v${version}";
sha256 = "sha256-xHqPCA9ycPcImmyMrJZEfnfrFZ3sKfP/mhJ86CHLTQ8=";
sha256 = "sha256-7eEVjgs+8k+/NLteSBKgn4gPaPLHC+3Uzlmz6XB0930=";
};
nativeBuildInputs = [ scdoc ];