mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
mate.mate-user-guide: 1.22.1 -> 1.22.2
This commit is contained in:
parent
202d2b97b9
commit
6fbca9a305
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-user-guide-${version}";
|
name = "mate-user-guide-${version}";
|
||||||
version = "1.22.1";
|
version = "1.22.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||||
sha256 = "02zlfdhrvamd299pbf5s19pr90y8yah84g12shwihlxff7d3hxvs";
|
sha256 = "01kcszsjiriqp4hf1k4fhazi2yfqlkn415sfgx0jw0p821bzqf2h";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ itstool intltool libxml2 ];
|
nativeBuildInputs = [ itstool intltool libxml2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user