Commit 7593a670 authored by R. RyanTM's avatar R. RyanTM
Browse files

delve: 1.22.0 -> 1.22.1

parent 827a4c5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "delve";
  version = "1.22.0";
  version = "1.22.1";

  src = fetchFromGitHub {
    owner = "go-delve";
    repo = "delve";
    rev = "v${version}";
    hash = "sha256-uYUl8PMBRf73wwo+oOYda0sTfD1gnDThtNc3sg8Q328=";
    hash = "sha256-rR84muba8nMrPZAhH+8xXOOxBvKIsU8Xju8tG7BjqBo=";
  };

  vendorHash = null;