File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616stdenv . 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
You can’t perform that action at this time.
0 commit comments