0
0
Fork 0
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:
Wolfgang Walther 2025-05-03 12:54:25 +00:00 committed by GitHub
commit 9749e80987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;