diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-28 23:22:46 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-28 23:22:46 +0100 |
commit | 748a39954903f9931e2d43d445f1cdae0da15a02 (patch) | |
tree | 807b1098e9e883fa685b495bc6a59960d8705047 | |
parent | 20e1d9a1c840384c7fe28c70c40342f666b690a6 (diff) |
bump Catbus versionlatest
-rw-r--r-- | default.nix | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 372ccc3..9b0ba8e 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ buildGoModule rec { version = "latest"; goPackagePath = "go.eth.moe/catbus-wakeonlan"; - modSha256 = "0j3yd7da2gicbkwxf27sshdd32qzkjvj33pfhljafizl7fxyd7lq"; + modSha256 = "1nqic73pm7zzp6mlklj8adrjzzhfhx9zk1wx9i4p0sfpblqj15ck"; src = ./.; @@ -7,6 +7,6 @@ module go.eth.moe/catbus-wakeonlan go 1.14 require ( - go.eth.moe/catbus v0.0.4 + go.eth.moe/catbus v0.0.5 go.eth.moe/logger v0.0.1 ) |