diff options
author | Robert Schütz | 2023-11-23 08:35:44 -0800 |
---|---|---|
committer | GitHub | 2023-11-23 08:35:44 -0800 |
commit | d77bda728d5041c1294a68fb25c79e2d161f62b9 (patch) | |
tree | 7b66fb7f2ac2d22028e0f4d9418bf9df804efbd6 /pkgs | |
parent | 779e50580c308e59ab781312615f431e31f5adc0 (diff) | |
parent | 35132b620c6b5296fdc2be9cc0d0ce9cc96a166e (diff) |
Merge pull request #268740 from dotlambda/mousai-0.7.6
mousai: 0.7.5 -> 0.7.6
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/applications/audio/mousai/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/mousai/default.nix b/pkgs/applications/audio/mousai/default.nix index fae165495e19..c2bcc0200fbc 100644 --- a/pkgs/applications/audio/mousai/default.nix +++ b/pkgs/applications/audio/mousai/default.nix @@ -23,19 +23,19 @@ stdenv.mkDerivation rec { pname = "mousai"; - version = "0.7.5"; + version = "0.7.6"; src = fetchFromGitHub { owner = "SeaDve"; repo = "Mousai"; rev = "v${version}"; - hash = "sha256-4olJGpS5QfPyt6/ZmigoojP7kGjx6LExW3LKrL4nxTE="; + hash = "sha256-QInnKjGYaWlIj+F3upQ8CJ6RqCM72Y+BGrrezndqfOg="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; - hash = "sha256-SeKcguCB+f2ocKKf7Moc74O2sGK2EXgEEkTiN82dSps="; + hash = "sha256-/AwTNuDdhAhj/kbc6EdC3FKGO1LfZIY68utPjcrw0S0="; }; nativeBuildInputs = [ |