i3lock-color: 2.13.c.3 -> 2.13.c.4

authored by

R. RyanTM and committed by
Jonathan Ringer
7d2f265e 2f476919

+2 -2
+2 -2
pkgs/applications/window-managers/i3/lock-color.nix
··· 4 4 }: 5 5 6 6 stdenv.mkDerivation rec { 7 - version = "2.13.c.3"; 7 + version = "2.13.c.4"; 8 8 pname = "i3lock-color"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "PandorasFox"; 12 12 repo = "i3lock-color"; 13 13 rev = version; 14 - sha256 = "0spldmis8fvnclwwi9xvnq2rq3hmpbiv3ck5p9pjf40ismvsi16k"; 14 + sha256 = "sha256-bbjkvgSKD57sdOtPYGLAKpQoIsJnF6s6ySq4dTWC3tI="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ autoreconfHook pkg-config ];