fx: 30.1.1 -> 30.2.0
Diff: https://github.com/antonmedv/fx/compare/30.1.1...30.2.0 Changelog: https://github.com/antonmedv/fx/releases/tag/30.2.0
This commit is contained in:
parent
1a7538b195
commit
1d829295df
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fx";
|
pname = "fx";
|
||||||
version = "30.1.1";
|
version = "30.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "antonmedv";
|
owner = "antonmedv";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-uKHh7ERxcIXmKY2NHichuyEIDu0MkeTs1f0jqark//E=";
|
hash = "sha256-1U3XaqRJpwC41R8hiF7vQ32DOTGGxhaU1ZWiXzys8/M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-6wVcdzTYnB0Bd/YLPcbryKxCXu5genzQQ96znbn2ahw=";
|
vendorHash = "sha256-6wVcdzTYnB0Bd/YLPcbryKxCXu5genzQQ96znbn2ahw=";
|
||||||
|
Loading…
Reference in New Issue
Block a user