libation: 13.3.2 -> 13.3.3

This commit is contained in:
R. Ryantm
2026-04-09 11:10:53 +00:00
parent 5a670b6912
commit eeb0f0a45a
+2 -2
View File
@@ -16,13 +16,13 @@
buildDotnetModule rec {
pname = "libation";
version = "13.3.2";
version = "13.3.3";
src = fetchFromGitHub {
owner = "rmcrackan";
repo = "Libation";
tag = "v${version}";
hash = "sha256-IwKpM6BBHTbfdH4Sf3nYR0HDIxU8S5Pz0XxYdVRJcn4=";
hash = "sha256-nWmTk3oMuTcSvEzN/+2BnRWEqwLecRy2mS6uPNUP9UI=";
};
sourceRoot = "${src.name}/Source";