Merge pull request #138416 from r-ryantm/auto-update/procdump

procdump: 1.1.1 -> 1.2
This commit is contained in:
figsoda 2021-09-18 11:57:01 -04:00 committed by GitHub
commit 325b91c372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];