Skip to content

Commit

Permalink
pkgs(soundfonts/*): sha256 -> hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 30, 2023
1 parent 95dc2ce commit 7306fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/soundfonts/arachno.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchzip {
# Linked on http://www.arachnosoft.com/main/download.php?id=soundfont-sf2:
url = "https://www.dropbox.com/s/2rnpya9ecb9m4jh/arachno-soundfont-${builtins.replaceStrings ["."] [""] version}-sf2.zip";
sha256 = "sha256-Z5ETe0AKPCi4KlM2xOlNcyQn1xvCuor3S/tcrF+AwNQ=";
hash = "sha256-Z5ETe0AKPCi4KlM2xOlNcyQn1xvCuor3S/tcrF+AwNQ=";
stripRoot = false;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/soundfonts/touhou.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenvNoCC.mkDerivation rec {

src = fetchurl {
url = "https://musical-artifacts.com/artifacts/433/Touhou.sf2";
sha256 = "sha256-wFNy92FkqskW+ZE1UPq50w1lDPIF8ADaJ1E6uYBUtBk=";
hash = "sha256-wFNy92FkqskW+ZE1UPq50w1lDPIF8ADaJ1E6uYBUtBk=";
};

phases = [ "installPhase" ];
Expand Down

0 comments on commit 7306fd2

Please sign in to comment.