codespelunker: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-07-29 08:48:17 +00:00
parent a4c0bbf98b
commit db60e7eb1a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "codespelunker";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "boyter";
repo = "cs";
rev = "v${version}";
hash = "sha256-kWKDr8KKD3M5MyRuEMMZXvTqflDidkMsu2fN9N0s50w=";
hash = "sha256-9Od2SOUYf4ij+UWOX/1kWS+qUZRje1wjzSAzBc5qk8s=";
};
vendorHash = null;