Skip to content

Commit

Permalink
gapless: 4.2 -> 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 12, 2024
1 parent 52a2613 commit 23b9fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ga/gapless/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 23b9fc3

Please sign in to comment.