Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

decibels: 46.0 -> 48.0 (#394187)

authored by

Peder Bergebakken Sundt and committed by
GitHub
846e8951 3d291994

+4 -4
+4 -4
pkgs/by-name/de/decibels/package.nix
··· 17 17 }: 18 18 stdenv.mkDerivation rec { 19 19 pname = "decibels"; 20 - version = "46.0"; 20 + version = "48.0"; 21 21 22 22 src = fetchFromGitLab { 23 23 domain = "gitlab.gnome.org"; 24 24 group = "GNOME"; 25 25 owner = "Incubator"; 26 26 repo = "decibels"; 27 - rev = version; 28 - hash = "sha256-3LQQcrpmWrTfk8A8GR+KnxJEB1HGozgEsM+j5ECK8kc="; 27 + tag = version; 28 + hash = "sha256-qtKiKfcxGLuV1bE3lb7l4s+reZRJXcjlV35M8eZmvHc="; 29 29 fetchSubmodules = true; 30 30 }; 31 31 ··· 66 66 meta = { 67 67 description = "Play audio files"; 68 68 homepage = "https://gitlab.gnome.org/GNOME/Incubator/decibels"; 69 - changelog = "https://gitlab.gnome.org/GNOME/Incubator/decibels/-/blob/main/NEWS?ref_type=tags"; 69 + changelog = "https://gitlab.gnome.org/GNOME/decibels/-/blob/${version}/NEWS?ref_type=tags"; 70 70 license = lib.licenses.gpl3Only; 71 71 maintainers = lib.teams.gnome-circle.members; 72 72 mainProgram = "org.gnome.Decibels";