Skip to content

Commit 0c862c1

Browse files
libation: 13.2.1 -> 13.3.0 (NixOS#499913)
2 parents 736e305 + 2c7ecaa commit 0c862c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

1717
buildDotnetModule rec {
1818
pname = "libation";
19-
version = "13.2.1";
19+
version = "13.3.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "rmcrackan";
2323
repo = "Libation";
2424
tag = "v${version}";
25-
hash = "sha256-Zcl90RrcbRclUo/zUFOKVCe/q44urZhi3m4Lq2WnYSk=";
25+
hash = "sha256-sq3P1naACfZjvgNxNwSK+6ljkqVnVRKHvCgO0Dre1dc=";
2626
};
2727

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

0 commit comments

Comments
 (0)