about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-10 16:59:15 +0200
committerGitHub <noreply@github.com>2024-06-10 16:59:15 +0200
commit43fe6ac2a1df58a1f646e015753ac8855ae1d040 (patch)
tree0a626d416a75f4610e01295b7220993cee7fbd4e /pkgs/applications/audio
parente97faf91e3debdcc1cf5df1bdd4ef4278f9826f1 (diff)
parent6ab942600d46744addeaf9a7acee506333c246ec (diff)
Merge pull request #318062 from r-ryantm/auto-update/g4music
g4music: 3.6 -> 3.6.2
Diffstat (limited to 'pkgs/applications/audio')
-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 d304adc19ed70..da7e7777af5ff 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 = [