summaryrefslogtreecommitdiffstats
path: root/pkgs/misc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-05-13 12:18:34 +0200
committerPeter Simons <simons@cryp.to>2019-05-13 12:19:25 +0200
commitca3fe591738f69605a079a60298687066c811843 (patch)
tree0ca3c9731b30466bc5e284ee3f878eda94748ec6 /pkgs/misc
parentfa4b0d355c8cde5062ec5052b791d56a10086d07 (diff)
xautolock: bump to latest git version
The new version has a patch that makes --lockaftersleep more robust.
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/screensavers/xautolock/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/screensavers/xautolock/default.nix b/pkgs/misc/screensavers/xautolock/default.nix
index 8edb618b3891..0da198aab789 100644
--- a/pkgs/misc/screensavers/xautolock/default.nix
+++ b/pkgs/misc/screensavers/xautolock/default.nix
@@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
name = "xautolock-${version}";
- version = "2.2-6-ge68d0ed";
+ version = "2.2-7-ga23dd5c";
# This repository contains xautolock-2.2 plus various useful patches that
# were collected from Debian, etc.
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "peti";
repo = "xautolock";
rev = "v${version}";
- sha256 = "1131ki6zwk94s8j6zqywf8r5kanx3nrjm692rxh8pcz4hv9qp1mz";
+ sha256 = "10j61rl0sx9sh84rjyfyddl73xb5i2cpb17fyrli8kwj39nw0v2g";
};
nativeBuildInputs = [ imake gccmakedep ];