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 }: 5 6 stdenv.mkDerivation rec { 7 - version = "2.13.c.3"; 8 pname = "i3lock-color"; 9 10 src = fetchFromGitHub { 11 owner = "PandorasFox"; 12 repo = "i3lock-color"; 13 rev = version; 14 - sha256 = "0spldmis8fvnclwwi9xvnq2rq3hmpbiv3ck5p9pjf40ismvsi16k"; 15 }; 16 17 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 4 }: 5 6 stdenv.mkDerivation rec { 7 + version = "2.13.c.4"; 8 pname = "i3lock-color"; 9 10 src = fetchFromGitHub { 11 owner = "PandorasFox"; 12 repo = "i3lock-color"; 13 rev = version; 14 + sha256 = "sha256-bbjkvgSKD57sdOtPYGLAKpQoIsJnF6s6ySq4dTWC3tI="; 15 }; 16 17 nativeBuildInputs = [ autoreconfHook pkg-config ];