Unverified Commit 6d2e073b authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents a845f916 5595e88d
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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
  };
})
+3 −3
Original line number Diff line number Diff line
@@ -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 = [