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

codespelunker: 1.3.0 -> 1.4.0
This commit is contained in:
Stanisław Pitucha 2023-08-23 14:42:53 +10:00 committed by GitHub
commit 6b7816ea35
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.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "boyter";
repo = "cs";
rev = "v${version}";
hash = "sha256-9Od2SOUYf4ij+UWOX/1kWS+qUZRje1wjzSAzBc5qk8s=";
hash = "sha256-FZf3aRozpXWTRDrNDRxb1dGBXiLVEYOUd8a/hqzThps=";
};
vendorHash = null;