Skip to content

Commit

Permalink
ruby-modules/gem-config: fix cargo hash for Gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Feb 15, 2024
1 parent 4c9e057 commit 6b5bfd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/ruby-modules/gem-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,7 @@ in
cp -R ext/fast_mmaped_file_rs $out
'';
};
hash = if lib.versionAtLeast attrs.version "1.1.0"
then "sha256-tSyoCEBtMMkFfPynaMx8oc9bO7I+Pf6Y/f3Ld8uwlEE="
else "sha256-XuQZPbFWqPHlrJvllkvLl1FjKeoAUbi8oKDrS2rY1KM=";
hash = "sha256-RsN5XWX7Mj2ORccM0eczY+44WXsbXNTnJVcCMvnOATk=";
};
nativeBuildInputs = [
cargo
Expand Down

0 comments on commit 6b5bfd4

Please sign in to comment.