mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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";
|
||||
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