mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
xautolock: bump to latest git version
The new version has a patch that makes --lockaftersleep more robust.
This commit is contained in:
parent
fa4b0d355c
commit
ca3fe59173
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xautolock-${version}";
|
name = "xautolock-${version}";
|
||||||
version = "2.2-6-ge68d0ed";
|
version = "2.2-7-ga23dd5c";
|
||||||
|
|
||||||
# This repository contains xautolock-2.2 plus various useful patches that
|
# This repository contains xautolock-2.2 plus various useful patches that
|
||||||
# were collected from Debian, etc.
|
# were collected from Debian, etc.
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "peti";
|
owner = "peti";
|
||||||
repo = "xautolock";
|
repo = "xautolock";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1131ki6zwk94s8j6zqywf8r5kanx3nrjm692rxh8pcz4hv9qp1mz";
|
sha256 = "10j61rl0sx9sh84rjyfyddl73xb5i2cpb17fyrli8kwj39nw0v2g";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ imake gccmakedep ];
|
nativeBuildInputs = [ imake gccmakedep ];
|
||||||
|
|
Loading…
Reference in a new issue