3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #43213 from r-ryantm/auto-update/caja

mate.caja: 1.21.1 -> 1.21.2
This commit is contained in:
Pascal Wittmann 2018-07-12 14:06:40 +02:00 committed by GitHub
commit 420bc232cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "caja-${version}";
version = "1.21.1";
version = "1.21.2";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "013lmngnm0i2746qrkkyhg62kyh4cjdd0i634cz5fm7ah65ylxg4";
sha256 = "0kswpghpsz69l417ammniy1ja0dsg1hrsm2k0rx28q9mhdfdmnwq";
};
nativeBuildInputs = [