Unverified Commit c637ce57 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gapless: 4.2 -> 4.3 (#364753)

parents cff1f784 23b9fc31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "gapless";
  version = "4.2";
  version = "4.3";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "neithern";
    repo = "g4music";
    rev = "v${finalAttrs.version}";
    hash = "sha256-lH3bogDbUjfNC6rC1UG2MiLRmc8YDaP0+STNKzg54dQ=";
    hash = "sha256-3YE2dWkvb/nAQnhwzR3DOLcjUNmni+OQPxGucmecs/k=";
  };

  nativeBuildInputs = [