From 6e4b08452906b8748d3f48f1fa83facc959b1da0 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Mon, 20 Nov 2023 07:39:37 -0800 Subject: mousai: 0.7.5 -> 0.7.6 Diff: https://github.com/SeaDve/Mousai/compare/v0.7.5...v0.7.6 Changelog: https://github.com/SeaDve/Mousai/releases/tag/v0.7.6 (cherry picked from commit 35132b620c6b5296fdc2be9cc0d0ce9cc96a166e) --- pkgs/applications/audio/mousai/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/mousai/default.nix b/pkgs/applications/audio/mousai/default.nix index fae165495e19e..c2bcc0200fbc8 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 = [ -- cgit 1.4.1