summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPatrick Hilhorst <philhorst@science.ru.nl>2018-04-30 22:22:18 +0200
committerPatrick Hilhorst <philhorst@science.ru.nl>2018-04-30 22:22:18 +0200
commit3e37981ae3601aa29e72d307c6d51d550af207d2 (patch)
tree7c8b8f3afc0de576f5bde5ebc7b6b67303caab3a /pkgs/applications
parent85333b20d66ef21a5ac8c45158222fdf097bc652 (diff)
downloadnixlib-3e37981ae3601aa29e72d307c6d51d550af207d2.tar
nixlib-3e37981ae3601aa29e72d307c6d51d550af207d2.tar.gz
nixlib-3e37981ae3601aa29e72d307c6d51d550af207d2.tar.bz2
nixlib-3e37981ae3601aa29e72d307c6d51d550af207d2.tar.lz
nixlib-3e37981ae3601aa29e72d307c6d51d550af207d2.tar.xz
nixlib-3e37981ae3601aa29e72d307c6d51d550af207d2.tar.zst
nixlib-3e37981ae3601aa29e72d307c6d51d550af207d2.zip
i3lock-color: 2.10.1-1-c -> 2.11-c
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/i3/lock-color.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/i3/lock-color.nix b/pkgs/applications/window-managers/i3/lock-color.nix
index edaa88bde23d..66a6af2fbb08 100644
--- a/pkgs/applications/window-managers/i3/lock-color.nix
+++ b/pkgs/applications/window-managers/i3/lock-color.nix
@@ -4,14 +4,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.10.1-1-c";
+  version = "2.11-c";
   name = "i3lock-color-${version}";
 
   src = fetchFromGitHub {
     owner = "PandorasFox";
     repo = "i3lock-color";
-    rev = "01476c56333cccae80cdd3f125b0b9f3a0fe2cb3";
-    sha256 = "06ca8496fkdkvh4ycg0b7kd3r1bjdqdwfimb51v4nj1lm87pdkdf";
+    rev = version;
+    sha256 = "1myq9fazkwd776agrnj27bm5nwskvss9v9a5qb77n037dv8d0rdw";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];