mox: 0.0.7 -> 0.0.8

This commit is contained in:
R. Ryantm 2023-12-17 03:05:26 +00:00
parent 74578d8b1a
commit d6a94adfc5

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "mox";
version = "0.0.7";
version = "0.0.8";
src = fetchFromGitHub {
owner = "mjl-";
repo = "mox";
rev = "v${version}";
hash = "sha256-zFPgMVQQUnEKIgt35KxcRUxuBNSmTM8ZfAZvP22iKgg=";
hash = "sha256-mr07nn0fy19j/Yv46Rxzt2qlqDHfnSkt3bjQvMQ7zsE=";
};
# set the version during buildtime