From 008ba8f712770b72832b9e7f89c8a56c8bb8bb31 Mon Sep 17 00:00:00 2001 From: Herwig Hochleitner Date: Wed, 13 Apr 2016 01:48:18 +0200 Subject: [PATCH] stumpwm-contrib: e13988 -> 9bebe3 this contains a fix for controlling volume with hardware keys --- pkgs/applications/window-managers/stumpwm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix index c47a464a4fc..d19a537cadc 100644 --- a/pkgs/applications/window-managers/stumpwm/default.nix +++ b/pkgs/applications/window-managers/stumpwm/default.nix @@ -6,8 +6,8 @@ let version = "0.9.9"; contrib = (fetchgit { url = "https://github.com/stumpwm/stumpwm-contrib.git"; - rev = "e139885fffcedaeba4b263e4575daae4364cad52"; - sha256 = "fe75bb27538a56f2d213fb21e06a8983699e129a10da7014ddcf6eed5cd965f8"; + rev = "9bebe3622b2b6c31a6bada9055ef3862fa79b86f"; + sha256 = "1ml6mjk2fsfv4sf65fdbji3q5x0qiq99g1k8w7a99gsl2i8h60gc"; }); in stdenv.mkDerivation rec {