lol
fork

Configure Feed

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

dethrace: 0.8.0 -> 0.9.0

R. Ryantm 11c1ca1c 979665e7

+2 -2
+2 -2
pkgs/by-name/de/dethrace/package.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "dethrace"; 12 - version = "0.8.0"; 12 + version = "0.9.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "dethrace-labs"; 16 16 repo = "dethrace"; 17 17 tag = "v${version}"; 18 - hash = "sha256-Bt2wwF5cquXZwFpFyJ0TDmbFdTHbboQ93W/DvP9bsMo="; 18 + hash = "sha256-+C3NyRLmvXrkZuhLGwIIHFWjXLMpt3srLZCVrxRUlkA="; 19 19 fetchSubmodules = true; 20 20 }; 21 21