libation: 13.5.0 -> 13.5.1 (#544512)

This commit is contained in:
Nick Cao
2026-07-23 18:32:29 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
buildDotnetModule rec {
pname = "libation";
version = "13.5.0";
version = "13.5.1";
src = fetchFromGitHub {
owner = "rmcrackan";
repo = "Libation";
tag = "v${version}";
hash = "sha256-KF7iFvVRmsWFMkFiVE4QosQmpqYeFx7yqIw7u0Cf80o=";
hash = "sha256-DDLvblSJHKhOMGYwi89cy14sgm3TyM4f0B9SVs57HGg=";
};
sourceRoot = "${src.name}/Source";