Skip to content

Commit 2b41caa

Browse files
committed
gapless: 4.3 -> 4.3.1
1 parent 4f59aa5 commit 2b41caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ga/gapless/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}:
1717
stdenv.mkDerivation (finalAttrs: {
1818
pname = "gapless";
19-
version = "4.3";
19+
version = "4.3.1";
2020

2121
src = fetchFromGitLab {
2222
domain = "gitlab.gnome.org";
2323
owner = "neithern";
2424
repo = "g4music";
2525
rev = "v${finalAttrs.version}";
26-
hash = "sha256-3YE2dWkvb/nAQnhwzR3DOLcjUNmni+OQPxGucmecs/k=";
26+
hash = "sha256-zLjpYGZR/o76onSjwfpHEx26vd8rUa/1PXL+DuC8C2o=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)