summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-calc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-28 03:04:45 -0700
committerobadz <obadz-git@obadz.com>2018-03-28 23:55:46 +0100
commit2c24070e5a1f08a54d90924c114dbcb6d09f6312 (patch)
tree925aa29a595853e75e66e099fc64e9bed1ae13e2 /pkgs/desktops/mate/mate-calc
parent2a258e6cef19ab352d8a9d6df9344a4fcd7eafca (diff)
downloadnixpkgs-2c24070e5a1f08a54d90924c114dbcb6d09f6312.tar
nixpkgs-2c24070e5a1f08a54d90924c114dbcb6d09f6312.tar.gz
nixpkgs-2c24070e5a1f08a54d90924c114dbcb6d09f6312.tar.bz2
nixpkgs-2c24070e5a1f08a54d90924c114dbcb6d09f6312.tar.lz
nixpkgs-2c24070e5a1f08a54d90924c114dbcb6d09f6312.tar.xz
nixpkgs-2c24070e5a1f08a54d90924c114dbcb6d09f6312.tar.zst
nixpkgs-2c24070e5a1f08a54d90924c114dbcb6d09f6312.zip
mate.mate-calc: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/mate-calc/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.20.1 with grep in /nix/store/n3d10s2lcxwlq38y4ffdgbnnx9kid3a1-mate-calc-1.20.1
- directory tree listing: https://gist.github.com/dd5057aba9569a13321ad8a61f05bea6
Diffstat (limited to 'pkgs/desktops/mate/mate-calc')
-rw-r--r--pkgs/desktops/mate/mate-calc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-calc/default.nix b/pkgs/desktops/mate/mate-calc/default.nix
index efe8adae678..5f968633d93 100644
--- a/pkgs/desktops/mate/mate-calc/default.nix
+++ b/pkgs/desktops/mate/mate-calc/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-calc-${version}";
-  version = "1.20.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "03cma6b00chd4026pbnh5i0ckpl8b1l7i1ppvcmbfbx0s3vpbc73";
+    sha256 = "00k063ia4dclvcpg1q733lbi56533s6mj8bgb1nrgna6y7zw4q87";
   };
 
   nativeBuildInputs = [