xsecurelock: 1.2 -> 1.3.1 (#60933)

* xsecurelock: 1.2 -> 1.3

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

* xsecurelock: 1.3 -> 1.3.1
This commit is contained in:
R. RyanTM 2019-05-04 14:44:29 -07:00 committed by Renaud
parent b53f54582d
commit 44f79bfde5

View File

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