3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #148852 from r-ryantm/auto-update/yelp-xsl

gnome.yelp-xsl: 41.0 -> 41.1
This commit is contained in:
Bobby Rong 2021-12-06 19:25:42 +08:00 committed by GitHub
commit 73322b485f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "yelp-xsl";
version = "41.0";
version = "41.1";
src = fetchurl {
url = "mirror://gnome/sources/yelp-xsl/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-yM1kwJO72MXV5H/TiGTpCDG1+c90A1MIcCBvqWY2pKU=";
sha256 = "sha256-DW2zesLvgSSD4BBHA/H6nPAy6eCVal8cOvvMI3kfilQ=";
};
nativeBuildInputs = [