summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-05-06 11:44:09 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-05-06 12:54:02 +0200
commite1ecf73b370549c30fcdff2ad8b5950c6ec7b17a (patch)
tree9dd4eae67740b4f9bfd031f8c422f47c69d52a4d /pkgs/applications/audio
parentff5fdec09358341fd2cc4a2069f0defd6529451a (diff)
mousai: 0.3.1 -> 0.3.2
https://github.com/SeaDve/Mousai/releases/tag/v0.3.2
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mousai/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mousai/default.nix b/pkgs/applications/audio/mousai/default.nix
index 502842c7aa734..e705c3590adca 100644
--- a/pkgs/applications/audio/mousai/default.nix
+++ b/pkgs/applications/audio/mousai/default.nix
@@ -18,7 +18,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "mousai";
-  version = "0.3.1";
+  version = "0.3.2";
 
   format = "other";
 
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "SeaDve";
     repo = "Mousai";
     rev = "v${version}";
-    sha256 = "0x57dci0prhlj79h74yh79cazn48rn0bckz5j3z4njk4fwc3fvfx";
+    sha256 = "sha256-sBB2kqlC+2qPgQinhGxY8lq9unxgQoOOhDP5o1pUWMo=";
   };
 
   postPatch = ''