Merge pull request #274874 from r-ryantm/auto-update/mox

mox: 0.0.7 -> 0.0.8
This commit is contained in:
OTABI Tomoya 2023-12-28 14:28:45 +09:00 committed by GitHub
commit 47924b5ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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