lol
0
fork

Configure Feed

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

yx: 1.0.0 -> 1.0.2

+2 -2
+2 -2
pkgs/tools/text/yx/default.nix
··· 7 7 }: 8 8 stdenv.mkDerivation rec { 9 9 pname = "yx"; 10 - version = "1.0.0"; 10 + version = "1.0.2"; 11 11 12 12 src = fetchFromGitLab { 13 13 owner = "tomalok"; 14 14 repo = "yx"; 15 15 rev = version; 16 - sha256 = "sha256-oY61V9xP0DwRooabzi0XtaFsQa2GwYbuvxfERXQtYcA="; 16 + hash = "sha256-uuso+hsmdsB7VpIRKob8rfMaWvRMCBHvCFnYrHPC6iw="; 17 17 }; 18 18 19 19 makeFlags = [