corerad: 1.3.0 -> 1.3.1

Release notes posted at https://github.com/mdlayher/corerad/releases/tag/v1.3.1
This commit is contained in:
Jared Baur
2024-10-08 06:09:38 -07:00
parent 8885a1e21a
commit 06f6a156af
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "corerad";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "mdlayher";
repo = "corerad";
rev = "v${version}";
hash = "sha256-vIKmE9Lq8We7BTMUHIgnOU370ZnNW7YG75WALWdG+4A=";
hash = "sha256-tVK4chDV26vpuTaqVWe498j8ijZN2OOhe97LLE+xK9Y=";
};
vendorHash = "sha256-dsqFleXpL8yAcdigqxJsk/Sxvp9OTqbGK3xDEiHkM8A=";
vendorHash = "sha256-cmfRN7mU99TBtYmCsuHzliYqdfUHzDOFvKbnTZJqhLg=";
# Since the tarball pulled from GitHub doesn't contain git tag information,
# we fetch the expected tag's timestamp from a file in the root of the