mox: 0.0.8 -> 0.0.9

This commit is contained in:
R. Ryantm 2024-01-09 14:11:00 +00:00
parent 1e4909f24b
commit f60c338229

View File

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