Merge pull request #58087 from r-ryantm/auto-update/fstrm
fstrm: 0.4.0 -> 0.5.0
This commit is contained in:
commit
31a560ccb1
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fstrm-${version}";
|
name = "fstrm-${version}";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "farsightsec";
|
owner = "farsightsec";
|
||||||
repo = "fstrm";
|
repo = "fstrm";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11i8b3wy6j3z3fcv816xccxxlrfkczdr8bm2gnan6yv4ppbji4ny";
|
sha256 = "1vm880h6vpnxqh7v0x17yfim6f2fbxwkm03ms58s2h9akmph9xm5";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" ];
|
outputs = [ "bin" "out" "dev" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user