about summary refs log tree commit diff
path: root/pkgs/applications/audio/yoshimi
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-16 03:21:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-16 03:21:18 +0000
commit3e99ce8f10a912f06fe071c975478de5b9ec012a (patch)
treef96ca80c4465142998868542f1fd3daaacea9762 /pkgs/applications/audio/yoshimi
parent47585496bcb13fb72e4a90daeea2f434e2501998 (diff)
yoshimi: 2.3.0.2 -> 2.3.0.3
Diffstat (limited to 'pkgs/applications/audio/yoshimi')
-rw-r--r--pkgs/applications/audio/yoshimi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/yoshimi/default.nix b/pkgs/applications/audio/yoshimi/default.nix
index 63ecd18e4641b..459cbd6388b4b 100644
--- a/pkgs/applications/audio/yoshimi/default.nix
+++ b/pkgs/applications/audio/yoshimi/default.nix
@@ -22,13 +22,13 @@
 
 stdenv.mkDerivation rec {
   pname = "yoshimi";
-  version = "2.3.0.2";
+  version = "2.3.0.3";
 
   src = fetchFromGitHub {
     owner = "Yoshimi";
     repo = pname;
     rev = version;
-    hash = "sha256-zFwfKy8CVecGhgr48T+eDNHfMdctfrNGenc/XJctyw8=";
+    hash = "sha256-IsmhLUGqoa4Le86LE9SHFiXeiIKgwNfLaPFYXxnC9BM=";
   };
 
   sourceRoot = "${src.name}/src";