lol

euphonica: 0.96.3-beta -> 0.96.4-beta (#440586)

authored by

Wolfgang Walther and committed by
GitHub
89a1f8d7 9c7cbfe7

+3 -3
+3 -3
pkgs/by-name/eu/euphonica/package.nix
··· 26 26 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "euphonica"; 29 - version = "0.96.3-beta"; 29 + version = "0.96.4-beta"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "htkhiem"; 33 33 repo = "euphonica"; 34 34 tag = "v${finalAttrs.version}"; 35 - hash = "sha256-IxU0LXSh516I2x8keLuuoFwfjVF+Xp0Dc56ryYY6w10="; 35 + hash = "sha256-iPkqTnC5Gg2hnzQ2Lul5aXF5QhYpHQ1MiilvNiKHFdc="; 36 36 fetchSubmodules = true; 37 37 }; 38 38 ··· 45 45 46 46 cargoDeps = rustPlatform.fetchCargoVendor { 47 47 inherit (finalAttrs) pname version src; 48 - hash = "sha256-j4btvkBIQ+SppqE1rvIHWbQSgBn8ORcKGFDXYypEqsA="; 48 + hash = "sha256-AISBkWJ0ZZy2HdZCwW6S5DcD09nVJOmglsoevCaD/3g="; 49 49 }; 50 50 51 51 mesonBuildType = "release";