rockstarlang: 2.0.30 -> 2.0.31 (#419655)

This commit is contained in:
Wolfgang Walther
2025-06-27 16:17:58 +00:00
committed by GitHub
+2 -2
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";