libation: 13.3.2 -> 13.3.3 (#508290)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-09 13:15:40 +00:00
committed by GitHub
+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";