ratman: fix src hash

This commit is contained in:
Marcin Serwin 2025-05-03 12:49:40 +02:00
parent 49a0e08c28
commit fbd49ee83e
No known key found for this signature in database
GPG key ID: DACFAC4EA0B194E0

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;