libation: 13.1.3 -> 13.1.4

This commit is contained in:
R. Ryantm
2026-01-28 10:45:24 +00:00
parent 95bb827dd6
commit 132cf7007d
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
[
{
"pname": "AAXClean",
"version": "2.1.0.1",
"hash": "sha256-dQJKHzET1QXKwxXqEb6X/B+vN6f8tF5jchxSGxUVeTs="
"version": "2.1.1.1",
"hash": "sha256-SjM74bfcqb3L6Ux+crofEsOWoHB0O78afNrld9WEFY0="
},
{
"pname": "AAXClean.Codecs",
"version": "2.1.3.1",
"hash": "sha256-GeIQgSPzAhpNfulGWA9tJmnFDN1CsSnerq9rKaK8poE="
"version": "2.1.3.2",
"hash": "sha256-la4yuCQi75bCRr700CDD2huNEjk5ZKrTzwrtuUjyWAk="
},
{
"pname": "AudibleApi",
+2 -2
View File
@@ -15,13 +15,13 @@
buildDotnetModule rec {
pname = "libation";
version = "13.1.3";
version = "13.1.4";
src = fetchFromGitHub {
owner = "rmcrackan";
repo = "Libation";
tag = "v${version}";
hash = "sha256-gK0UZ+3EZGVEiy+O47GhU4wsHmdPIbrHWyHnUOtWrm8=";
hash = "sha256-KKdyDBT+EAqOVRxt3SH05Kd+u3g3O40MNZbrwc3GeFQ=";
};
sourceRoot = "${src.name}/Source";