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

gapless: 4.5 -> 4.6 (#462307)

parents 24e8fbfa d7bd9ccc
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.5";
  version = "4.6";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "neithern";
    repo = "g4music";
    rev = "v${finalAttrs.version}";
    hash = "sha256-P8hmywS/k+24KfFxpQdnBv0ArD+pKgUNcYk/Mnsx5jY=";
    hash = "sha256-UzOmf0it0vazKo4PhAhaobJFZc5YKBLq7bcexatROOA=";
  };

  nativeBuildInputs = [