summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-calc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 04:38:34 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 04:38:34 -0700
commitf643a1c2a46017adb975c01746993f8d901f2289 (patch)
tree15e52ddfc1196eb59c10c585c84fb9fa883b1d45 /pkgs/desktops/mate/mate-calc
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixpkgs-f643a1c2a46017adb975c01746993f8d901f2289.tar
nixpkgs-f643a1c2a46017adb975c01746993f8d901f2289.tar.gz
nixpkgs-f643a1c2a46017adb975c01746993f8d901f2289.tar.bz2
nixpkgs-f643a1c2a46017adb975c01746993f8d901f2289.tar.lz
nixpkgs-f643a1c2a46017adb975c01746993f8d901f2289.tar.xz
nixpkgs-f643a1c2a46017adb975c01746993f8d901f2289.tar.zst
nixpkgs-f643a1c2a46017adb975c01746993f8d901f2289.zip
mate.mate-calc: 1.20.1 -> 1.20.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-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 invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calc had a zero exit code or showed the expected version
- /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calc-cmd passed the binary check.
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calculator-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calculator had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calc-wrapped had a zero exit code or showed the expected version
- /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calc-cmd-wrapped passed the binary check.
- 2 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2
- directory tree listing: https://gist.github.com/3fe2665fbee32995f75e3c7a458a0ee9
- du listing: https://gist.github.com/1cedd9a494738bf479198ffe45dee0a7
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 7e501fcf379..52f21225cbb 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.1";
+  version = "1.20.2";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "00k063ia4dclvcpg1q733lbi56533s6mj8bgb1nrgna6y7zw4q87";
+    sha256 = "1ghz03j9lfgrjrh8givsw83dpbkw4wlhq4ar3r5g1bf1z636jlx0";
   };
 
   nativeBuildInputs = [