mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
gitprompt-rs: convert sha256 hashes to sri
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
1d04fa64ca
commit
49308a1878
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user