xsecurelock: 1.3.1 -> 1.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xsecurelock/versions
This commit is contained in:
R. RyanTM 2019-06-18 11:45:30 -07:00
parent 41377252e5
commit d134096b3d

View file

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