summary refs log tree commit diff
path: root/pkgs/misc/screensavers
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/screensavers
parentfa4b0d355c8cde5062ec5052b791d56a10086d07 (diff)
downloadnixpkgs-ca3fe591738f69605a079a60298687066c811843.tar
nixpkgs-ca3fe591738f69605a079a60298687066c811843.tar.gz
nixpkgs-ca3fe591738f69605a079a60298687066c811843.tar.bz2
nixpkgs-ca3fe591738f69605a079a60298687066c811843.tar.lz
nixpkgs-ca3fe591738f69605a079a60298687066c811843.tar.xz
nixpkgs-ca3fe591738f69605a079a60298687066c811843.tar.zst
nixpkgs-ca3fe591738f69605a079a60298687066c811843.zip
xautolock: bump to latest git version
The new version has a patch that makes --lockaftersleep more robust.
Diffstat (limited to 'pkgs/misc/screensavers')
-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 8edb618b389..0da198aab78 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 ];