Merge pull request #70016 from r-ryantm/auto-update/xsecurelock

xsecurelock: 1.4.0 -> 1.5.1
This commit is contained in:
Mario Rodas 2019-09-29 12:42:52 -05:00 committed by GitHub
commit cbf29876cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "xsecurelock";
version = "1.4.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "google";
repo = "xsecurelock";
rev = "v${version}";
sha256 = "1l9xk3hb5fxp4sqlxjldm4j6cvmxa39a7a37hw8f7vbpmcqy6n6w";
sha256 = "1if8byaby18ydkrk4k5yy8n0981x1dfqikq59gfpb7c2rv0vgi7i";
};
nativeBuildInputs = [