about summary refs log tree commit diff
path: root/pkgs/applications/audio/g4music
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-25 18:48:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-25 18:48:48 +0000
commit6ad2a273653b71ca0144975c0c10e10be9b8443f (patch)
tree2f378ae19ec746e6684ee2466dd27224cb4e17f9 /pkgs/applications/audio/g4music
parent72c5e716419796f245a294e1b43f8b40f902c7bd (diff)
g4music: 3.5.2 -> 3.6
Diffstat (limited to 'pkgs/applications/audio/g4music')
-rw-r--r--pkgs/applications/audio/g4music/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/g4music/default.nix b/pkgs/applications/audio/g4music/default.nix
index 0cc1987c356d0..e27d6852c6b23 100644
--- a/pkgs/applications/audio/g4music/default.nix
+++ b/pkgs/applications/audio/g4music/default.nix
@@ -15,14 +15,14 @@
 }:
 stdenv.mkDerivation (finalAttrs: {
   pname = "g4music";
-  version = "3.5.2";
+  version = "3.6";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
     owner = "neithern";
     repo = "g4music";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-ljSXTEp+f4HMXhGWDGHdX6whm90Vo5KWOQunU2hHwo8=";
+    hash = "sha256-RDz3QwjbzYS4JllxpSA59cs2S3dNTmNcOoxu4JFC8oM=";
   };
 
   nativeBuildInputs = [