aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/leatherman/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-08 05:42:28 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-08 05:42:28 -0800
commit64909d8216bf935e1fd9d99de7a433a8b14fbfe9 (patch)
treecb70b2b81b7c5062b2d99502b4697b262a800b2f /pkgs/development/libraries/leatherman/default.nix
parent51ef7c3e497ec09d4bc6b67c7e47e61c308454aa (diff)
leatherman: 1.9.0 -> 1.9.1
Diffstat (limited to '')
-rw-r--r--pkgs/development/libraries/leatherman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/leatherman/default.nix b/pkgs/development/libraries/leatherman/default.nix
index bdba8688f9d0..0af7f29a41fe 100644
--- a/pkgs/development/libraries/leatherman/default.nix
+++ b/pkgs/development/libraries/leatherman/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "leatherman";
- version = "1.9.0";
+ version = "1.9.1";
src = fetchFromGitHub {
- sha256 = "029n16rsvj2abii6d1d4q01fygkicw8n3ja0iaribk4b4h5mc7vc";
+ sha256 = "1aij0prpf7rvxx25qjf1krf0szb922hq9m6q58p90f5bjgymfzwh";
rev = version;
repo = "leatherman";
owner = "puppetlabs";