Merge pull request #233732 from uninsane/pr/sane/hare-2023-04-23

This commit is contained in:
Sandro 2023-05-24 11:29:31 +02:00 committed by GitHub
commit 6d2e073b0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View file

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "hare";
version = "unstable-2023-03-15";
version = "unstable-2023-04-23";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "hare";
rev = "488771bc8cef15557a44815eb6f7808df40a09f7";
hash = "sha256-1cSXWD8jpW1VJZDTDOkIabczqbaDCOWsyaUSGtsKsUM=";
rev = "464ec7a660b12ab1ef8e4dcc9d00604cec996c6e";
hash = "sha256-5/ObckDxosqUkFfDVhGA/0kwjFzDUxu420nkfa97vqM=";
};
nativeBuildInputs = [
@ -94,6 +94,5 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.AndersonTorres ];
inherit (harec.meta) platforms badPlatforms;
broken = stdenv.isAarch64; # still figuring how to set cross-compiling stuff
};
})

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "harec";
version = "unstable-2023-02-18";
version = "unstable-2023-04-25";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "harec";
rev = "dd50ca7740408e3c6e41c0ca48b59b9f7f5911f2";
hash = "sha256-616mPMdy4yHHuwGcq+aDdEOteEiWgufRzreXHGhmHr0=";
rev = "068e8da091f9053726251bc221abf40fdea630ff";
hash = "sha256-PPR0d+6JJRzPURW7AznloBSrtylMJExNCGCxFMl2LsA=";
};
nativeBuildInputs = [