Commit ca12c45b authored by R. RyanTM's avatar R. RyanTM
Browse files

gapless: 4.3.1 -> 4.4

parent 23d4cd9c
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.3.1";
  version = "4.4";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "neithern";
    repo = "g4music";
    rev = "v${finalAttrs.version}";
    hash = "sha256-zLjpYGZR/o76onSjwfpHEx26vd8rUa/1PXL+DuC8C2o=";
    hash = "sha256-10AFaUmqVkL4q8xgewfosN2/SziNhat9p6x/+9mBdyU=";
  };

  nativeBuildInputs = [