Merge pull request #268740 from dotlambda/mousai-0.7.6

mousai: 0.7.5 -> 0.7.6

authored by Robert Schütz and committed by GitHub d77bda72 779e5058

+3 -3
+3 -3
pkgs/applications/audio/mousai/default.nix
··· 23 24 stdenv.mkDerivation rec { 25 pname = "mousai"; 26 - version = "0.7.5"; 27 28 src = fetchFromGitHub { 29 owner = "SeaDve"; 30 repo = "Mousai"; 31 rev = "v${version}"; 32 - hash = "sha256-4olJGpS5QfPyt6/ZmigoojP7kGjx6LExW3LKrL4nxTE="; 33 }; 34 35 cargoDeps = rustPlatform.fetchCargoTarball { 36 inherit src; 37 name = "${pname}-${version}"; 38 - hash = "sha256-SeKcguCB+f2ocKKf7Moc74O2sGK2EXgEEkTiN82dSps="; 39 }; 40 41 nativeBuildInputs = [
··· 23 24 stdenv.mkDerivation rec { 25 pname = "mousai"; 26 + version = "0.7.6"; 27 28 src = fetchFromGitHub { 29 owner = "SeaDve"; 30 repo = "Mousai"; 31 rev = "v${version}"; 32 + hash = "sha256-QInnKjGYaWlIj+F3upQ8CJ6RqCM72Y+BGrrezndqfOg="; 33 }; 34 35 cargoDeps = rustPlatform.fetchCargoTarball { 36 inherit src; 37 name = "${pname}-${version}"; 38 + hash = "sha256-/AwTNuDdhAhj/kbc6EdC3FKGO1LfZIY68utPjcrw0S0="; 39 }; 40 41 nativeBuildInputs = [