3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #105863 from r-ryantm/auto-update/dumb-init

dumb-init: 1.2.2 -> 1.2.3
This commit is contained in:
Mario Rodas 2020-12-04 06:08:09 -05:00 committed by GitHub
commit 7509f7ca5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dumb-init";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "Yelp";
repo = pname;
rev = "v${version}";
sha256 = "15hgl8rz5dmrl5gx21sq5269l1hq539qn68xghjx0bv9hgbx0g20";
sha256 = "1ws944y8gch6h7iqvznfwlh9hnmdn36aqh9w6cbc7am8vbyq0ffa";
};
buildInputs = [ glibc.static ];