fstrm: 0.6.0 -> 0.6.1

This commit is contained in:
R. RyanTM 2021-04-10 09:36:00 +00:00 committed by Jonathan Ringer
parent cbd1cc10cd
commit 548bd84185

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fstrm";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "farsightsec";
repo = "fstrm";
rev = "v${version}";
sha256 = "0b6x9wgyn92vykkmd3ynhnpbdl77zb4wf4rm7p0h8p9pwq953hdm";
sha256 = "sha256-/WFP2g3Vuf/qaY8pprY8XFAlpEE+0SJUlFNWfa+7ZlE=";
};
outputs = [ "bin" "out" "dev" ];