leatherman: 1.12.3 -> 1.12.4

This commit is contained in:
R. RyanTM 2021-01-19 19:06:01 +00:00 committed by tomberek
parent d57c522515
commit abf5397c1e

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "leatherman";
version = "1.12.3";
version = "1.12.4";
src = fetchFromGitHub {
sha256 = "1mhj29n40z7bvn1ns61wf8812ikm2mpc0d5ip0ha920z0anzqhwr";
sha256 = "sha256-7e9D9Q3CAm+2+0vl81djSZwKrQRXc5UxcbJVMt91/vU=";
rev = version;
repo = "leatherman";
owner = "puppetlabs";