Skip to content

Commit

Permalink
desed: fix hashes (#351866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 28, 2024
2 parents a2d0a4b + fd10dcd commit 5dc4543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/de/desed/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 5dc4543

Please sign in to comment.