g4music: 3.6.2 -> 3.7.2

This commit is contained in:
R. Ryantm 2024-07-05 11:25:07 +00:00
parent 381a94c16d
commit 69b7ab0d8e

View File

@ -15,14 +15,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "g4music";
version = "3.6.2";
version = "3.7.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "neithern";
repo = "g4music";
rev = "v${finalAttrs.version}";
hash = "sha256-yNKDTcLunTLhAtOBrjuycw0rrdCSwmhhVyBg3AfMUCQ=";
hash = "sha256-fG8OBAzdCdr3Yo8Vei93HlNa2TIL5gxWG+0jFYjSDZ8=";
};
nativeBuildInputs = [