Merge pull request #246015 from r-ryantm/auto-update/codespelunker

codespelunker: 1.2.0 -> 1.3.0
This commit is contained in:
Pol Dellaiera 2023-07-29 13:03:41 +02:00 committed by GitHub
commit 9508c7104d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;