Commit 286e0ac8 authored by R. RyanTM's avatar R. RyanTM
Browse files

lobster: 2023.4 -> 2023.5

parent c5aabbdf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "lobster";
  version = "2023.4";
  version = "2023.5";

  src = fetchFromGitHub {
    owner = "aardappel";
    repo = "lobster";
    rev = "v${version}";
    sha256 = "sha256-/TVVdBDVx+3ySqa4MrRHFadLkvVhOY0+lw/yGy/X9W8=";
    sha256 = "sha256-3jF5Ab8P8w1WxgsE8d0ByldzL/YVt/fvLVGKOEzBzPI=";
  };

  nativeBuildInputs = [ cmake ];