harec: 0.24.2 → 0.26.0, adopt

This commit is contained in:
Nikolay Korotkiy
2026-03-01 13:47:02 +04:00
parent c311e79ca9
commit a74db297ce

View File

@@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "harec";
version = "0.24.2";
version = "0.26.0";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "harec";
rev = finalAttrs.version;
hash = "sha256-YCUBdPYr/44stW9k54QoUEhNkti6ULJkVBphx7xhmKo=";
tag = finalAttrs.version;
hash = "sha256-azj37C+Uw8wqy0lf3g/kB353iufY6P7Rf20aLCRp9a8=";
};
nativeBuildInputs = [ qbe ];
@@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://harelang.org/";
description = "Bootstrapping Hare compiler written in C for POSIX systems";
license = lib.licenses.gpl3Only;
maintainers = [ ];
maintainers = with lib.maintainers; [ sikmir ];
mainProgram = "harec";
# The upstream developers do not like proprietary operating systems; see
# https://harelang.org/platforms/