Skip to content

Commit b2590e3

Browse files
committed
libation: 12.7.3 -> 12.8.2
1 parent 2fa5eae commit b2590e3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pkgs/by-name/li/libation/deps.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/li/libation/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
buildDotnetModule rec {
1515
pname = "libation";
16-
version = "12.7.3";
16+
version = "12.8.2";
1717

1818
src = fetchFromGitHub {
1919
owner = "rmcrackan";
2020
repo = "Libation";
2121
tag = "v${version}";
22-
hash = "sha256-MFrtEFgM584SGbcQNQLTlj4BBh2ct2rpQyx0/se8Eo0=";
22+
hash = "sha256-IO9DnZGJz+ZLwPMcdJcjKUHwq4TVKmPdEdNN11iabf0=";
2323
};
2424

2525
sourceRoot = "${src.name}/Source";

0 commit comments

Comments
 (0)