pike: 8.0.2026 -> 8.0.2030

This commit is contained in:
R. Ryantm
2025-10-14 17:17:27 +00:00
parent 2ea123939c
commit dc30547945

View File

@@ -120,13 +120,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pike";
version = "8.0.2026";
version = "8.0.2030";
src = fetchFromGitHub {
owner = "pikelang";
repo = "Pike";
tag = "v${finalAttrs.version}";
hash = "sha256-ttEEY1l2Bfz8Qfi6x3CDeJOxEajzookd8WfnFbN/vro=";
hash = "sha256-DFEmO4Au2qSw+/Jmbnl6XZtfvWwmv0uWzwgQn4dRtNw=";
};
nativeBuildInputs = [