nix-unit: 2.24.0 -> 2.24.1

This commit is contained in:
adisbladis 2024-11-11 01:45:04 +00:00
parent 628110078b
commit f94a3e0cd1

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nix-unit";
version = "2.24.0";
version = "2.24.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-unit";
rev = "v${finalAttrs.version}";
hash = "sha256-6O4Q51PSUbr/ODVbfEfAAcoRdID3fqn0lAuHERHq+h4=";
hash = "sha256-PcT0jtv2QFaht5eSs1Vq4XGDqtMLdPC49ao9uwGYclE=";
};
buildInputs = [