diff options
| author | Seth Flynn <getchoo@tuta.io> | 2025-03-29 00:49:02 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-07 23:28:14 +0000 |
| commit | 12c7ae8fcefaf8686a9d53e16e78a4815518f0a2 (patch) | |
| tree | 1cd4131733ee71a0284c6469bbd5f154c6b2457d | |
| parent | [Backport release-24.11] pretix.plugins.dbvat: init at 1.1.0 (#390230) (diff) | |
| download | nixpkgs-origin/backport-394187-to-release-24.11.tar.gz | |
decibels: 46.0 -> 48.0origin/backport-394187-to-release-24.11
Changelog: https://gitlab.gnome.org/GNOME/decibels/-/blob/48.0/NEWS?ref_type=tags
(cherry picked from commit ae58f59488dac97adc7a2b18d853b3b9bce81cea)
| -rw-r--r-- | pkgs/by-name/de/decibels/package.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/de/decibels/package.nix b/pkgs/by-name/de/decibels/package.nix index 82e0131edcad..af436d285a7f 100644 --- a/pkgs/by-name/de/decibels/package.nix +++ b/pkgs/by-name/de/decibels/package.nix @@ -17,15 +17,15 @@ }: stdenv.mkDerivation rec { pname = "decibels"; - version = "46.0"; + version = "48.0"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; group = "GNOME"; owner = "Incubator"; repo = "decibels"; - rev = version; - hash = "sha256-3LQQcrpmWrTfk8A8GR+KnxJEB1HGozgEsM+j5ECK8kc="; + tag = version; + hash = "sha256-qtKiKfcxGLuV1bE3lb7l4s+reZRJXcjlV35M8eZmvHc="; fetchSubmodules = true; }; @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { meta = { description = "Play audio files"; homepage = "https://gitlab.gnome.org/GNOME/Incubator/decibels"; - changelog = "https://gitlab.gnome.org/GNOME/Incubator/decibels/-/blob/main/NEWS?ref_type=tags"; + changelog = "https://gitlab.gnome.org/GNOME/decibels/-/blob/${version}/NEWS?ref_type=tags"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ getchoo ]; mainProgram = "org.gnome.Decibels"; |
