summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-28 00:59:37 -0700
committerobadz <obadz-git@obadz.com>2018-03-28 23:58:15 +0100
commitd49f2ff0de5384a2b0d46ac6e72c485ef016a4d4 (patch)
tree4a40583658a132496e2f1629ff8d7d24e5652f12 /pkgs/desktops
parent2bef08e8d90881f0c6c897ac574e55ba9984b9cb (diff)
downloadnixlib-d49f2ff0de5384a2b0d46ac6e72c485ef016a4d4.tar
nixlib-d49f2ff0de5384a2b0d46ac6e72c485ef016a4d4.tar.gz
nixlib-d49f2ff0de5384a2b0d46ac6e72c485ef016a4d4.tar.bz2
nixlib-d49f2ff0de5384a2b0d46ac6e72c485ef016a4d4.tar.lz
nixlib-d49f2ff0de5384a2b0d46ac6e72c485ef016a4d4.tar.xz
nixlib-d49f2ff0de5384a2b0d46ac6e72c485ef016a4d4.tar.zst
nixlib-d49f2ff0de5384a2b0d46ac6e72c485ef016a4d4.zip
mate.pluma: 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/pluma/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/bin/pluma -h` got 0 exit code
- ran `/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/bin/pluma --help` got 0 exit code
- ran `/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/bin/pluma -V` and found version 1.20.1
- ran `/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/bin/pluma --version` and found version 1.20.1
- ran `/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/bin/.pluma-wrapped -h` got 0 exit code
- ran `/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/bin/.pluma-wrapped --help` got 0 exit code
- ran `/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/bin/.pluma-wrapped -V` and found version 1.20.1
- ran `/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/bin/.pluma-wrapped --version` and found version 1.20.1
- found 1.20.1 with grep in /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1
- directory tree listing: https://gist.github.com/acdcb2b6c22dc6400f8945338623543f
Diffstat (limited to 'pkgs/desktops')
-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 d951c9f9bbd0..bbff7d246978 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.20.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "0w2x270n11rfa321cdlycfhcgncwxqpikjyl3lwmn4vkx8nhgq5f";
+    sha256 = "09arzypdz6q1zpxd1qqnsn1ykvhmzlf7nylkz2vpwlvnnd3x8ip3";
   };
 
   nativeBuildInputs = [