codespelunker: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm
2026-03-05 00:50:27 +00:00
parent 9aebe67e86
commit d5688ac4f5
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "codespelunker";
version = "3.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "boyter";
repo = "cs";
rev = "v${finalAttrs.version}";
hash = "sha256-iRp5H+lZXks3MUxA1v/ZLMJnh/4T2KljOCylBcL05yc=";
hash = "sha256-cPaAuZJ/Flea4BZ2LTprE5BFtHqgVCuF+2VLShgkCrQ=";
};
vendorHash = null;