1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

procdump: 1.1.1 -> 1.2

This commit is contained in:
R. RyanTM 2021-09-18 12:31:17 +00:00
parent 0e575a459e
commit 663b56eff0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "procdump";
version = "1.1.1";
version = "1.2";
src = fetchFromGitHub {
owner = "Microsoft";
repo = "ProcDump-for-Linux";
rev = version;
sha256 = "0h5fhk39d10kjbinzw1yp6nr8w8l300mn9qxrkpivdkyfn6bpq2f";
sha256 = "sha256-gVswAezHl7E2cBTJEQhPFXhHkzhWVHSpPF8m0s8+ekc=";
};
nativeBuildInputs = [ zlib ];