Commit 69b7ab0d authored by R. RyanTM's avatar R. RyanTM
Browse files

g4music: 3.6.2 -> 3.7.2

parent 381a94c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [