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