Skip to content

Commit

Permalink
gapless: 4.0 -> 4.2 (#360368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Nov 30, 2024
2 parents 711fb01 + f3bb835 commit d772438
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 @@ -15,14 +15,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "gapless";
version = "4.0";
version = "4.2";

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "neithern";
repo = "g4music";
rev = "v${finalAttrs.version}";
hash = "sha256-t9YthW8HZz2kXYPvidVRy7GVB2cRGEOCrXZtIpW65MA=";
hash = "sha256-lH3bogDbUjfNC6rC1UG2MiLRmc8YDaP0+STNKzg54dQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d772438

Please sign in to comment.