lol

wmutils-core: 1.5 -> 1.6

(#143325)

authored by

R. RyanTM and committed by
GitHub
951a01d2 5b228580

+2 -2
+2 -2
pkgs/tools/X11/wmutils-core/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "wmutils-core"; 5 - version = "1.5"; 5 + version = "1.6"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "wmutils"; 9 9 repo = "core"; 10 10 rev = "v${version}"; 11 - sha256 = "XPVH7vXlpmUsvNyGKMxLSZnWLnH/J5nGkXizcVqDwzM="; 11 + sha256 = "sha256-Nv8ZTi3qVQyOkwyErjtE6/lLCubcLM2BRTY48r1HhHo="; 12 12 }; 13 13 14 14 buildInputs = [ libxcb xcbutil xcb-util-cursor ];