Commit f9adbc47 authored by R. RyanTM's avatar R. RyanTM
Browse files

harec: 0-unstable-2024-01-29 -> unstable-2024-02-03

parent 7aeb86c1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "harec";
  version = "0-unstable-2024-01-29";
  version = "unstable-2024-02-03";

  src = fetchFromSourcehut {
    owner = "~sircmpwn";
    repo = "harec";
    rev = "f9e17e633845d8d38566b4ea32db0a29ac85d96e";
    hash = "sha256-Xy9VOcDtbJUz3z6Vk8bqH41VbAFKtJ9fzPGEwVz8KQM=";
    rev = "09cb18990266eef814917d8211d38b82e0896532";
    hash = "sha256-cxWRqGipoDATN1+V9s9S2WJ3sLMcTqIJmhP5XTld3AU=";
  };

  nativeBuildInputs = [