mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
ratman: fix src hash
This commit is contained in:
parent
49a0e08c28
commit
fbd49ee83e
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "irdest";
|
owner = "irdest";
|
||||||
repo = "irdest";
|
repo = "irdest";
|
||||||
rev = "${version}";
|
tag = "${version}";
|
||||||
sha256 = "sha256-OuKUZSvIUekhbe1LoEFBL8+sU2KLXBsp1JCEEuxkUlk=";
|
hash = "sha256-rdKfKbikyqs0Y/y9A8XRVSKenjHD5rS3blxwy98Tvmg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue