libation: 13.4.5 -> 13.5.0

This commit is contained in:
R. Ryantm
2026-06-26 03:42:56 +00:00
parent 19e056881c
commit ee382e6bc9
+2 -2
View File
@@ -16,13 +16,13 @@
buildDotnetModule rec {
pname = "libation";
version = "13.4.5";
version = "13.5.0";
src = fetchFromGitHub {
owner = "rmcrackan";
repo = "Libation";
tag = "v${version}";
hash = "sha256-t4Fz7aqQg1WPqSKvvVbSx45M6+UNGXacFHXGjzNW67A=";
hash = "sha256-KF7iFvVRmsWFMkFiVE4QosQmpqYeFx7yqIw7u0Cf80o=";
};
sourceRoot = "${src.name}/Source";