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

codespelunker: 1.3.0 -> 1.4.0

authored by Stanisław Pitucha and committed by GitHub 6b7816ea 7d730b34

+2 -2
+2 -2
pkgs/development/tools/codespelunker/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "codespelunker"; 5 - version = "1.3.0"; 5 + version = "1.4.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "boyter"; 9 9 repo = "cs"; 10 10 rev = "v${version}"; 11 - hash = "sha256-9Od2SOUYf4ij+UWOX/1kWS+qUZRje1wjzSAzBc5qk8s="; 11 + hash = "sha256-FZf3aRozpXWTRDrNDRxb1dGBXiLVEYOUd8a/hqzThps="; 12 12 }; 13 13 14 14 vendorHash = null;