Merge pull request #251525 from r-ryantm/auto-update/mox
mox: 0.0.5 -> 0.0.6
This commit is contained in:
commit
1120570e29
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "mox";
|
pname = "mox";
|
||||||
version = "0.0.5";
|
version = "0.0.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mjl-";
|
owner = "mjl-";
|
||||||
repo = "mox";
|
repo = "mox";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-f5/K6cPqJJkbdiVCNGOTd9Fjx2/gvSZCxeR6nnEaeJw=";
|
hash = "sha256-RNzjDAvyz0RfD4GV6hT9RNJOfHSUXCLfwN4+V5acX28=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# set the version during buildtime
|
# set the version during buildtime
|
||||||
|
Loading…
Reference in New Issue
Block a user