Merge pull request #229925 from r-ryantm/auto-update/lobster

lobster: 2023.4 -> 2023.5
This commit is contained in:
Francesco Gazzetta 2023-05-04 22:49:11 +02:00 committed by GitHub
commit ed533d1e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];