libation: 13.3.0 -> 13.3.2

This commit is contained in:
R. Ryantm
2026-03-23 06:04:43 +00:00
parent ea7bf5de32
commit 94fae17f13
+2 -2
View File
@@ -16,13 +16,13 @@
buildDotnetModule rec {
pname = "libation";
version = "13.3.0";
version = "13.3.2";
src = fetchFromGitHub {
owner = "rmcrackan";
repo = "Libation";
tag = "v${version}";
hash = "sha256-sq3P1naACfZjvgNxNwSK+6ljkqVnVRKHvCgO0Dre1dc=";
hash = "sha256-IwKpM6BBHTbfdH4Sf3nYR0HDIxU8S5Pz0XxYdVRJcn4=";
};
sourceRoot = "${src.name}/Source";