diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-23 16:57:46 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-23 16:57:46 +0100 |
commit | ceacceca1d01956a2a8576cc6fee6327808a8ef2 (patch) | |
tree | 8f91c7272417f6a3b0b88c66c4c0e88653ef375d /default.nix | |
parent | aa3450cf30be88ddd221911a44a85c2d1e96e7dd (diff) |
use versioned go modules instead of pseudo-versions
Diffstat (limited to '')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 0d3a961..840aab3 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ buildGoModule rec { version = "latest"; goPackagePath = "go.eth.moe/catbus-wakeonlan"; - modSha256 = "19nr5pw4c4jap051djg4m1j83p3vkfirhvjvw2ld6mk3zjblbh2f"; + modSha256 = "0kll39ran2bl7w0l6a7866ka733cxyigx7gr3q4lfx2gxr6jqz8y"; src = ./.; |