summary refs log tree commit diff
path: root/pkgs/tools/text/platinum-searcher
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2016-07-16 17:05:56 +0200
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2016-07-16 17:07:14 +0200
commit5e5165ec6f9171ea831b4f05c141ad74d888a5f0 (patch)
tree0b25cd6e56d0cbe7aa294c59c71c634210d6be71 /pkgs/tools/text/platinum-searcher
parenta4dfa90139bdc1a37a99a24abd5a3410becb9102 (diff)
downloadnixpkgs-5e5165ec6f9171ea831b4f05c141ad74d888a5f0.tar
nixpkgs-5e5165ec6f9171ea831b4f05c141ad74d888a5f0.tar.gz
nixpkgs-5e5165ec6f9171ea831b4f05c141ad74d888a5f0.tar.bz2
nixpkgs-5e5165ec6f9171ea831b4f05c141ad74d888a5f0.tar.lz
nixpkgs-5e5165ec6f9171ea831b4f05c141ad74d888a5f0.tar.xz
nixpkgs-5e5165ec6f9171ea831b4f05c141ad74d888a5f0.tar.zst
nixpkgs-5e5165ec6f9171ea831b4f05c141ad74d888a5f0.zip
platinum-searcher: 2.1.1 -> 2.1.3
Diffstat (limited to 'pkgs/tools/text/platinum-searcher')
-rw-r--r--pkgs/tools/text/platinum-searcher/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/platinum-searcher/default.nix b/pkgs/tools/text/platinum-searcher/default.nix
index 9eae37c6d1a..21a49d493aa 100644
--- a/pkgs/tools/text/platinum-searcher/default.nix
+++ b/pkgs/tools/text/platinum-searcher/default.nix
@@ -2,8 +2,8 @@
 
 buildGoPackage rec {
   name = "the_platinum_searcher-${version}";
-  version = "2.1.1";
-  rev = "v2.1.1";
+  version = "2.1.3";
+  rev = "v2.1.3";
 
   goPackagePath = "github.com/monochromegane/the_platinum_searcher";
 
@@ -11,7 +11,7 @@ buildGoPackage rec {
     inherit rev;
     owner = "monochromegane";
     repo = "the_platinum_searcher";
-    sha256 = "06cs936w3l64ikszcysdm9ijn52kwgi1ffjxkricxbdb677gsk23";
+    sha256 = "09pkdfh7fqn3x4l9zaw5wzk20k7nfdwry7br9vfy3vv3fwv61ynp";
   };
 
   goDeps = ./deps.json;