1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

gnome3.yelp: 3.38.0 → 3.38.1

https://ftp.gnome.org/pub/GNOME/sources/yelp/3.38/yelp-3.38.1.news
This commit is contained in:
Jan Tojnar 2020-10-11 16:41:06 +00:00
parent 40e3468ece
commit 1e76bdd56b
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "yelp";
version = "3.38.0";
version = "3.38.1";
src = fetchurl {
url = "mirror://gnome/sources/yelp/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0n4n9xa39pvy5iwrw3fhyjrqpw6bzxzgmh89y56knldsdl7cxkfp";
sha256 = "102z8khj82vdp12c3y86hhxwm1x89xpkpc5zs63c7gg21cbrwdbl";
};
nativeBuildInputs = [ pkgconfig gettext itstool wrapGAppsHook ];