hare: unstable-2023-02-08 -> unstable-2023-03-15

This commit is contained in:
Nguyễn Gia Phong 2023-04-07 17:18:31 +09:00 committed by Anderson Torres
parent 01e2254652
commit 74b703f59d

View file

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (self: {
pname = "hare";
version = "unstable-2023-02-10";
version = "unstable-2023-03-15";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "hare";
rev = "52b3f2d0c7a85e04a79666a954101e527b7f1272";
hash = "sha256-/zP8LbZ113Ar06MZF1zP20LKMGko+4HcOXSntLVAQAU=";
rev = "488771bc8cef15557a44815eb6f7808df40a09f7";
hash = "sha256-1cSXWD8jpW1VJZDTDOkIabczqbaDCOWsyaUSGtsKsUM=";
};
patches = [