1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

phinger-cursors: 2.0 -> 2.1

This commit is contained in:
R. Ryantm 2024-07-15 14:52:13 +00:00
parent b64e7d2266
commit e25e0523d6

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "phinger-cursors";
version = "2.0";
version = "2.1";
src = fetchurl {
url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
sha256 = "sha256-A12BGtc0+wDqeSGN4lbUe5G3Pv4IsQB4TkvWHnDU6bE=";
sha256 = "sha256-3bcxDGK/jg4nmKJPioZ+Svexejl1e6RcheE/OYj2Rvw=";
};
sourceRoot = ".";