rockstarlang: 2.0.30 -> 2.0.31

This commit is contained in:
R. Ryantm 2025-06-24 19:00:03 +00:00
parent 8019c3d92c
commit 519949d2b2

View File

@ -7,13 +7,13 @@
buildDotnetModule (finalAttrs: {
pname = "rockstarlang";
version = "2.0.30";
version = "2.0.31";
src = fetchFromGitHub {
owner = "RockstarLang";
repo = "rockstar";
rev = "v${finalAttrs.version}";
hash = "sha256-IqdObwJm+TiNnNkDg1cbvDI029RLn9i3hxP+wFW730g=";
hash = "sha256-243rN8hVaIfkEkkbgHZr2HKmqvG9KBVhvvoYJwoWgQs=";
};
projectFile = "Starship/Rockstar/Rockstar.csproj";