libation: 13.4.5 -> 13.5.0 (#532610)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-26 21:03:13 +00:00
committed by GitHub
+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";