1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

desed: fix hashes

This fixes:

- https://hydra.nixos.org/build/275825253
This commit is contained in:
a-kenji 2024-10-28 12:19:22 +01:00
parent da6da7189e
commit fd10dcdfb4

View file

@ -13,10 +13,10 @@ rustPlatform.buildRustPackage rec {
owner = "SoptikHa2";
repo = "desed";
rev = "refs/tags/v${version}";
hash = "sha256-FL9w+XdClLBCRp+cLqDzTVj8j9LMUp8jZ6hiG4KvIds=";
hash = "sha256-aKkOs8IhnHjoJkXq9ryGn9fN0AmZyVTHbD/Vano+Erw=";
};
cargoHash = "sha256-inH8fUpUR0WXYY2JX72evZqVp3GlnGKBBlrbai/fU6U=";
cargoHash = "sha256-3bkNirrvBOqIOhxD5xf3XsdaUMWFVT/lnN3gmZQIB9I=";
passthru.updateScript = nix-update-script { };