Update dhall-nim to 20230928

This commit is contained in:
Ehmry - 2023-09-28 12:16:20 +01:00
parent 96f77470ad
commit 4d3d152f50
1 changed files with 3 additions and 3 deletions

View File

@ -194,12 +194,12 @@ in nullPkgs // {
dhall = buildNimPackage rec {
pname = "dhall";
version = "20230731";
version = "20230928";
src = prev.fetchFromSourcehut {
owner = "~ehmry";
repo = "${pname}-nim";
rev = "4fc64844885d574e47236262e32b8b0554c01fa9";
hash = "sha256-/0H4RnxP4Dcx1MHlkUStsi8vxIS2j3a0sRvprJa6q9U=";
rev = version;
hash = "sha256-IoSA6yVFiAXuoApjWiz4DohnenlQdTAhfE3VeMSZKtM=";
};
propagatedBuildInputs = [ cbor ];
};