gnome3.yelp: 3.38.1 -> 3.38.3

This commit is contained in:
Maxine Aubrey 2021-03-12 12:58:27 +01:00
parent bf7f622670
commit aa9599bb90
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

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