gapless: 4.5 -> 4.6

This commit is contained in:
R. Ryantm
2025-11-16 17:22:42 +00:00
parent 5dec4550e8
commit d7bd9ccc7f

View File

@@ -16,14 +16,14 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "gapless"; pname = "gapless";
version = "4.5"; version = "4.6";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "neithern"; owner = "neithern";
repo = "g4music"; repo = "g4music";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-P8hmywS/k+24KfFxpQdnBv0ArD+pKgUNcYk/Mnsx5jY="; hash = "sha256-UzOmf0it0vazKo4PhAhaobJFZc5YKBLq7bcexatROOA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [