gapless: 4.2 -> 4.3

This commit is contained in:
R. Ryantm 2024-12-12 23:36:01 +00:00
parent 52a2613850
commit 23b9fc31a7

View File

@ -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 = [