pony-corral: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm
2025-01-26 19:54:29 +00:00
parent 798f303659
commit 742e2d1f52

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "corral";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "ponylang";
repo = "corral";
rev = finalAttrs.version;
hash = "sha256-cbiw7OaU6HyAp/dHV5FVI7B7mam0GUb95EkR/Grwu0k=";
hash = "sha256-arcMtCSbXFLBT2ygdj44UKMdGStlgHyiBgt5xZpPRhs=";
};
strictDeps = true;