summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 04:50:41 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 04:50:41 -0700
commit75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3 (patch)
tree1758d00d1323d7790648e9e83b1ccf3ac232cc20 /pkgs/desktops
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3.tar
nixlib-75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3.tar.gz
nixlib-75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3.tar.bz2
nixlib-75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3.tar.lz
nixlib-75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3.tar.xz
nixlib-75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3.tar.zst
nixlib-75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3.zip
mate.marco: 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/marco/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/marco-message had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/marco-window-demo had a zero exit code or showed the expected version
- /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/marco passed the binary check.
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/marco-theme-viewer had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/.marco-message-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/.marco-window-demo-wrapped had a zero exit code or showed the expected version
- /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/.marco-wrapped passed the binary check.
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/.marco-theme-viewer-wrapped had a zero exit code or showed the expected version
- 2 of 8 passed binary check by having a zero exit code.
- 0 of 8 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2
- directory tree listing: https://gist.github.com/5f84e537102f55b7305fa05523d6ae45
- du listing: https://gist.github.com/0c776c9cc3cd0b81c377dca02c0ce516
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/mate/marco/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/marco/default.nix b/pkgs/desktops/mate/marco/default.nix
index 42c74aa1173d..c1c6d96688ba 100644
--- a/pkgs/desktops/mate/marco/default.nix
+++ b/pkgs/desktops/mate/marco/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "marco-${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 = "1qnx47aibvl00qaf1jik457cwncxb71pf5pd1m3gdg7ky61ljkm4";
+    sha256 = "1fn0yfqjp44gr4kly96qjsd73x06z1xyw6bpyhh09kdqwd80rgiy";
   };
 
   nativeBuildInputs = [