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

gapless: 3.8.1 -> 4.0 (#348494)

parents df709056 01279e0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "gapless";
  version = "3.8.1";
  version = "4.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "neithern";
    repo = "g4music";
    rev = "v${finalAttrs.version}";
    hash = "sha256-pABiz7AIfkuB2Z0ErZoHfIrgdllO83ucbUFNjZ9wc+o=";
    hash = "sha256-t9YthW8HZz2kXYPvidVRy7GVB2cRGEOCrXZtIpW65MA=";
  };

  nativeBuildInputs = [