eloquent: 1.3 -> 1.4

This commit is contained in:
R. Ryantm
2025-12-11 10:04:09 +00:00
parent 1583d891cb
commit e6f2e6be8a
+2 -2
View File
@@ -28,14 +28,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eloquent";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "sonnyp";
repo = "Eloquent";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-+XAiRB5dRq2A2XP9ZdmIfxLjhCXb72TXRxnLnOprNT4=";
hash = "sha256-wY/blD399GhEOdnQf/uVLHSmYUZTO1ZnL6+oOAhVqFA=";
};
nativeBuildInputs = [