lol
0
fork

Configure Feed

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

fstrm: 0.6.0 -> 0.6.1

authored by

R. RyanTM and committed by
Jonathan Ringer
548bd841 cbd1cc10

+2 -2
+2 -2
pkgs/development/libraries/fstrm/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "fstrm"; 5 - version = "0.6.0"; 5 + version = "0.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "farsightsec"; 9 9 repo = "fstrm"; 10 10 rev = "v${version}"; 11 - sha256 = "0b6x9wgyn92vykkmd3ynhnpbdl77zb4wf4rm7p0h8p9pwq953hdm"; 11 + sha256 = "sha256-/WFP2g3Vuf/qaY8pprY8XFAlpEE+0SJUlFNWfa+7ZlE="; 12 12 }; 13 13 14 14 outputs = [ "bin" "out" "dev" ];