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-06-07 18:02:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-07 18:02:25 +0000
commit6ab942600d46744addeaf9a7acee506333c246ec (patch)
tree0427a28657b78510d7bc94df69a94c29757de6ac /pkgs/applications/audio/g4music
parentdfec583872cf7ae087a5ff8659e6480798f16ba9 (diff)
g4music: 3.6 -> 3.6.2
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 e27d6852c6b23..41c8e1ecd0ab1 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.6";
+  version = "3.6.2";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
     owner = "neithern";
     repo = "g4music";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-RDz3QwjbzYS4JllxpSA59cs2S3dNTmNcOoxu4JFC8oM=";
+    hash = "sha256-yNKDTcLunTLhAtOBrjuycw0rrdCSwmhhVyBg3AfMUCQ=";
   };
 
   nativeBuildInputs = [