summary refs log tree commit diff
path: root/pkgs/desktops/mate/pluma
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-06 11:21:53 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-06 20:21:53 +0200
commit6d0820409010fec8cf91db3fddbdae5ada015f6a (patch)
treedc263a80f7f0fb049d62df1c642285015adee5ee /pkgs/desktops/mate/pluma
parenta58efac16039ac634e31aeacdd78a6f2b4a66dd1 (diff)
downloadnixpkgs-6d0820409010fec8cf91db3fddbdae5ada015f6a.tar
nixpkgs-6d0820409010fec8cf91db3fddbdae5ada015f6a.tar.gz
nixpkgs-6d0820409010fec8cf91db3fddbdae5ada015f6a.tar.bz2
nixpkgs-6d0820409010fec8cf91db3fddbdae5ada015f6a.tar.lz
nixpkgs-6d0820409010fec8cf91db3fddbdae5ada015f6a.tar.xz
nixpkgs-6d0820409010fec8cf91db3fddbdae5ada015f6a.tar.zst
nixpkgs-6d0820409010fec8cf91db3fddbdae5ada015f6a.zip
mate.pluma: 1.21.0 -> 1.21.1 (#42966)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/qv4p1mlbwak5d9yrpx9asi95nyjqfcss-pluma-1.21.1/bin/pluma passed the binary check.
- /nix/store/qv4p1mlbwak5d9yrpx9asi95nyjqfcss-pluma-1.21.1/bin/.pluma-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.1 with grep in /nix/store/qv4p1mlbwak5d9yrpx9asi95nyjqfcss-pluma-1.21.1
- directory tree listing: https://gist.github.com/f06bd46e4278731e8bf069a5bc4f0f62
- du listing: https://gist.github.com/2e4b1ada7a39f4bb5b224c773d0096c6
Diffstat (limited to 'pkgs/desktops/mate/pluma')
-rw-r--r--pkgs/desktops/mate/pluma/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/pluma/default.nix b/pkgs/desktops/mate/pluma/default.nix
index c1b57504317..9dd992c4699 100644
--- a/pkgs/desktops/mate/pluma/default.nix
+++ b/pkgs/desktops/mate/pluma/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "pluma-${version}";
-  version = "1.21.0";
+  version = "1.21.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "1y3zl0rzp069pix1vgrhzkkfc3lvhq9ahfgbmc88cwqw9aw3mgk0";
+    sha256 = "0sc69bz0h3f4cpgkyda9fnpjfkvbc20ldh6v3jj8fd3n460bc8ai";
   };
 
   nativeBuildInputs = [