g4music: 3.5.1 -> 3.5.2

+2 -2
+2 -2
pkgs/applications/audio/g4music/default.nix
··· 15 }: 16 stdenv.mkDerivation (finalAttrs: { 17 pname = "g4music"; 18 - version = "3.5.1"; 19 20 src = fetchFromGitLab { 21 domain = "gitlab.gnome.org"; 22 owner = "neithern"; 23 repo = "g4music"; 24 rev = "v${finalAttrs.version}"; 25 - hash = "sha256-4UM1CspevlDHpuyvSekMM73XyxVqpdUDtJ7im7hnxHY="; 26 }; 27 28 nativeBuildInputs = [
··· 15 }: 16 stdenv.mkDerivation (finalAttrs: { 17 pname = "g4music"; 18 + version = "3.5.2"; 19 20 src = fetchFromGitLab { 21 domain = "gitlab.gnome.org"; 22 owner = "neithern"; 23 repo = "g4music"; 24 rev = "v${finalAttrs.version}"; 25 + hash = "sha256-ljSXTEp+f4HMXhGWDGHdX6whm90Vo5KWOQunU2hHwo8="; 26 }; 27 28 nativeBuildInputs = [