mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
mox: 0.0.8 -> 0.0.9
This commit is contained in:
parent
1e4909f24b
commit
f60c338229
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "mox";
|
pname = "mox";
|
||||||
version = "0.0.8";
|
version = "0.0.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mjl-";
|
owner = "mjl-";
|
||||||
repo = "mox";
|
repo = "mox";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-mr07nn0fy19j/Yv46Rxzt2qlqDHfnSkt3bjQvMQ7zsE=";
|
hash = "sha256-QDDNWGuDWxUBdoYEHQC7Ug0i8NyaqqGVsmFtTWfiM0M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# set the version during buildtime
|
# set the version during buildtime
|
||||||
|
|
Loading…
Reference in a new issue