sysprof: 3.30.0 -> 3.31.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sysprof/versions
This commit is contained in:
parent
e0950ae9ad
commit
734cd2c98a
@ -16,7 +16,7 @@
|
||||
, gnome3
|
||||
}:
|
||||
let
|
||||
version = "3.30.0";
|
||||
version = "3.31.1";
|
||||
pname = "sysprof";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "0qrzcs60m44mmj7ln9815kfgvi2pjlhmk0p4vjc0dw3pw95jrk99";
|
||||
sha256 = "0gjcd7agxn7cb8xnm8ldss1md7njwqzklqlsxclzqm87s7klnyrg";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ desktop-file-utils gettext itstool libxml2 meson ninja pkgconfig shared-mime-info wrapGAppsHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user