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 { 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