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

mox: 0.0.8 -> 0.0.9
This commit is contained in:
Nick Cao 2024-01-09 13:11:35 -05:00 committed by GitHub
commit 7931f6f6ec
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.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