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

mox: 0.0.6 -> 0.0.7
This commit is contained in:
Weijia Wang 2023-10-13 03:59:36 +02:00 committed by GitHub
commit bd2b3cb797
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.6";
version = "0.0.7";
src = fetchFromGitHub {
owner = "mjl-";
repo = "mox";
rev = "v${version}";
hash = "sha256-RNzjDAvyz0RfD4GV6hT9RNJOfHSUXCLfwN4+V5acX28=";
hash = "sha256-zFPgMVQQUnEKIgt35KxcRUxuBNSmTM8ZfAZvP22iKgg=";
};
# set the version during buildtime