Unverified Commit 7c6784fc authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

codespelunker: 1.4.0 -> 2.0.0 (#491220)

parents 4648a9ff abbea9e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "codespelunker";
  version = "1.4.0";
  version = "2.0.0";

  src = fetchFromGitHub {
    owner = "boyter";
    repo = "cs";
    rev = "v${finalAttrs.version}";
    hash = "sha256-FZf3aRozpXWTRDrNDRxb1dGBXiLVEYOUd8a/hqzThps=";
    hash = "sha256-knsEEpmBuFO5UkUenjVilSg8h+MMGnmbDX0DrAlg98s=";
  };

  vendorHash = null;