Skip to content

Commit

Permalink
nix-unit: 2.18.0 -> 2.18.8
Browse files Browse the repository at this point in the history
This fixes a crash when nix-unit is linked against Nix 2.18.8.
  • Loading branch information
adisbladis committed Nov 8, 2024
1 parent e112f67 commit b717105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ni/nix-unit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "nix-unit";
version = "2.18.0";
version = "2.18.8";

src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-unit";
rev = "v${finalAttrs.version}";
hash = "sha256-9wq14p+85oW4HlD42NJ0jyA++z3nEYjFQ6uT40xdfbc=";
hash = "sha256-fcloF6nA3GahZJUPXJ8ga/kHxG2CVtemjL3CafECv14=";
};

buildInputs = [
Expand Down

0 comments on commit b717105

Please sign in to comment.