Skip to content

Commit

Permalink
Merge pull request NixOS#313611 from K900/bluedevil-tarball-fixed
Browse files Browse the repository at this point in the history
kdePackages.bluedevil: the tarball is fixed
  • Loading branch information
K900 authored May 22, 2024
2 parents 01ed5a8 + 32fd9eb commit eebc764
Showing 2 changed files with 4 additions and 16 deletions.
6 changes: 3 additions & 3 deletions pkgs/kde/generated/sources/plasma.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bluedevil": {
"version": "6.0.5",
"url": "mirror://kde/stable/plasma/6.0.5/bluedevil-6.0.5.tar.xz",
"hash": "sha256-mJHTxteC62ofaevsRO0PSG8sfrkKIUOU0rbMbq/1psc="
"version": "6.0.5.1",
"url": "mirror://kde/stable/plasma/6.0.5/bluedevil-6.0.5.1.tar.xz",
"hash": "sha256-Zvzi1J9qxxa1UeMDD47T9xvuwEKNofma9+lZvJD1POI="
},
"breeze": {
"version": "6.0.5",
14 changes: 1 addition & 13 deletions pkgs/kde/plasma/bluedevil/default.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
{
mkKdeDerivation,
fetchFromGitLab,
sources,
shared-mime-info,
}:
mkKdeDerivation rec {
mkKdeDerivation {
pname = "bluedevil";

# Upstream tarball is broken, so fetch from Invent temporarily.
# FIXME: remove in next release.
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "plasma";
repo = "bluedevil";
rev = "v${sources.${pname}.version}";
hash = "sha256-3scHXPZ6dSWa2yea89R1u4jbkr6IFP6jvTLEC4O5uYY=";
};

extraNativeBuildInputs = [shared-mime-info];
}

0 comments on commit eebc764

Please sign in to comment.