lol

hackneyed: 0.9.1 -> 0.9.3 https://gitlab.com/Enthymeme/hackneyed-x11-cursors/-/blob/master/CHANGELOG\#L1

+5 -2
+5 -2
pkgs/by-name/ha/hackneyed/package.nix
··· 4 fetchFromGitLab, 5 imagemagick, 6 inkscape, 7 xcursorgen, 8 }: 9 10 stdenvNoCC.mkDerivation rec { 11 pname = "hackneyed"; 12 - version = "0.9.1"; 13 14 src = fetchFromGitLab { 15 owner = "Enthymeme"; 16 repo = "hackneyed-x11-cursors"; 17 rev = version; 18 - hash = "sha256-+7QtHgBuhJtQejiHeZ+QoedJo24LqSY51XRVLv9Ho2g="; 19 }; 20 21 nativeBuildInputs = [ 22 imagemagick 23 inkscape 24 xcursorgen 25 ]; 26 ··· 33 makeFlags = [ 34 "INKSCAPE=inkscape" 35 "INSTALL=install" 36 "PREFIX=$(out)" 37 "VERBOSE=1" 38 "XCURSORGEN=xcursorgen"
··· 4 fetchFromGitLab, 5 imagemagick, 6 inkscape, 7 + jq, 8 xcursorgen, 9 }: 10 11 stdenvNoCC.mkDerivation rec { 12 pname = "hackneyed"; 13 + version = "0.9.3"; 14 15 src = fetchFromGitLab { 16 owner = "Enthymeme"; 17 repo = "hackneyed-x11-cursors"; 18 rev = version; 19 + hash = "sha256-gq+qBYm15satH/XXK1QYDVu2L2DvZ+2aYg/wDqncwmA="; 20 }; 21 22 nativeBuildInputs = [ 23 imagemagick 24 inkscape 25 + jq 26 xcursorgen 27 ]; 28 ··· 35 makeFlags = [ 36 "INKSCAPE=inkscape" 37 "INSTALL=install" 38 + "JQ=jq" 39 "PREFIX=$(out)" 40 "VERBOSE=1" 41 "XCURSORGEN=xcursorgen"