Skip to content

Commit bb5abed

Browse files
authored
nix-unit: 2.23.0 -> 2.24.0 (#354694)
2 parents 4a2c7de + 6ec4ba9 commit bb5abed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ni/nix-unit/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "nix-unit";
18-
version = "2.23.0";
18+
version = "2.24.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "nix-community";
2222
repo = "nix-unit";
2323
rev = "v${finalAttrs.version}";
24-
hash = "sha256-sDYeiwVo6+GL4/AHadeExVqE9j3wzdUsyMLs1OYQW7Y=";
24+
hash = "sha256-6O4Q51PSUbr/ODVbfEfAAcoRdID3fqn0lAuHERHq+h4=";
2525
};
2626

2727
buildInputs = [
2828
nlohmann_json
2929
# We pin the nix version to a known working one here as upgrades can likely break the build.
3030
# Since the nix language is rather stable we don't always need to have the latest and greatest for unit tests
3131
# On each update of nix unit we should re-evaluate what version we need.
32-
nixVersions.nix_2_23
32+
nixVersions.nix_2_24
3333
boost
3434
];
3535

0 commit comments

Comments
 (0)