harec: 2022-06-20 -> 2022-07-02

This commit is contained in:
AndersonTorres 2022-08-10 04:53:56 -03:00
parent 9bbdfff80c
commit 5f71fb6e02

View File

@ -4,16 +4,15 @@
, qbe
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "harec";
version = "unstable-2022-06-20";
version = "unstable-2022-07-02";
src = fetchFromSourcehut {
name = pname + "-src";
owner = "~sircmpwn";
repo = pname;
rev = "2eccbc4b959a590dda91143c8487edda841106d9";
hash = "sha256-pwy7cNxAqIbhx9kpcjfgk7sCEns9oA6zhKSQJdHLZCM=";
repo = "harec";
rev = "56359312644f76941de1878d33a1a0b840be8056";
hash = "sha256-8SFYRJSvX8hmsHBgaLUfhLUV7d54im22ETZds1eASc4=";
};
nativeBuildInputs = [
@ -42,4 +41,4 @@ stdenv.mkDerivation rec {
lib.intersectLists (freebsd ++ linux) (aarch64 ++ x86_64 ++ riscv64);
badPlatforms = with platforms; darwin;
};
}
})