Skip to content

Commit

Permalink
gitprompt-rs: convert sha256 hashes to sri
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
cafkafk committed Apr 29, 2024
1 parent 1d04fa6 commit 49308a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitprompt-rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ rustPlatform.buildRustPackage rec {
owner = "9ary";
repo = pname;
rev = version;
sha256 = "00xxz7awk01981daabp8m3kwq127y733ynijiwqgs8xvn4nkg8h6";
hash = "sha256-BqI3LbG7I/0wjzJaP8bxRwTM56joLqVaQCmAydX5vQM=";
};

cargoSha256 = "0avs833vb6q1avjbfygm55s83iy942xgqsx6qdzksry44n35s418";
cargoHash = "sha256-KBBdhiXEZz1/w6Zr/LogyceBdCn1ebfkVgGbtcdAeis=";

postPatch = ''
substituteInPlace src/main.rs \
Expand Down

0 comments on commit 49308a1

Please sign in to comment.