sysprof: 3.42.0 → 3.42.1

+2 -11
+2 -11
pkgs/development/tools/profiling/sysprof/default.nix
··· 2 2 , lib 3 3 , desktop-file-utils 4 4 , fetchurl 5 - , fetchpatch 6 5 , gettext 7 6 , glib 8 7 , gtk3 ··· 22 21 23 22 stdenv.mkDerivation rec { 24 23 pname = "sysprof"; 25 - version = "3.42.0"; 24 + version = "3.42.1"; 26 25 27 26 outputs = [ "out" "lib" "dev" ]; 28 27 29 28 src = fetchurl { 30 29 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 31 - sha256 = "PBbgPv3+XT5xxNI5xndBrTf3LOiXHi9/rxaNvV6T6IY="; 30 + sha256 = "F5a4FATudf0eus9URkrXr/6/YvKFHu9STZ+OrAxKIAE="; 32 31 }; 33 - 34 - patches = [ 35 - # Fix missing unistd.h include. 36 - (fetchpatch { 37 - url = "https://gitlab.gnome.org/GNOME/sysprof/commit/b113c89af1de2f87589175795a197f6384852a78.patch"; 38 - sha256 = "3Q8d6IZYNJl/vbyzRgoRR2sdl4aRkbcKPeVjSSqxb98="; 39 - }) 40 - ]; 41 32 42 33 nativeBuildInputs = [ 43 34 desktop-file-utils