Skip to content

Commit

Permalink
update immer
Browse files Browse the repository at this point in the history
  • Loading branch information
asa committed Mar 9, 2024
1 parent de68a13 commit ecd3690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ rec {
immer = stdenv.mkDerivation rec {
name = "immer-${version}";
version = "git-${commit}";
commit = "a1271fa712342f5c6dfad876820da17e10c28214";
commit = "57a8c5ede6f36a8ef9c6e3c82ac6c81f1e5273fd";
src = fetchFromGitHub {
owner = "arximboldi";
repo = "immer";
rev = commit;
sha256 = "1bqkinkbp1b1aprg7ydfrbfs7gi779nypwvh9fj129frq1c2rxw5";
#sha256 = "1bqkinkbp1b1aprg7ydfrbfs7gi779nypwvh9fj129frq1c2rxw5";
};
dontUseCmakeBuildDir = true;
nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit ecd3690

Please sign in to comment.