tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
leatherman: 1.12.7 -> 1.12.8
R. Ryantm
3 years ago
faadffd4
88fdc554
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
leatherman
default.nix
+2
-2
pkgs/development/libraries/leatherman/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "leatherman";
5
5
-
version = "1.12.7";
5
5
+
version = "1.12.8";
6
6
7
7
src = fetchFromGitHub {
8
8
-
sha256 = "sha256-a79/seKO6Efn6g4RWdqsP83pL5AIBAp1InjnMdOs3Qk=";
8
8
+
sha256 = "sha256-5xcwktlwgP9Ltild4BliaGJBqlheDLSTKQLZjzK+nGk=";
9
9
rev = version;
10
10
repo = "leatherman";
11
11
owner = "puppetlabs";