lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zps: 1.2.8 -> 1.2.9

+2 -2
+2 -2
pkgs/tools/system/zps/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "zps"; 9 - version = "1.2.8"; 9 + version = "1.2.9"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "orhun"; 13 13 repo = "zps"; 14 14 rev = version; 15 - hash = "sha256-t0kVMrJn+eqUUD98pp3iIK28MoLwOplLk0sYgRJkO4c="; 15 + hash = "sha256-+evCYiTiH8tRmhvsse+49WlKGRP5XQtep7wGoCySvJ4="; 16 16 }; 17 17 18 18 nativeBuildInputs = [