Commit 2c7ecaa4 authored by R. RyanTM's avatar R. RyanTM
Browse files

libation: 13.2.1 -> 13.3.0

parent 86cf58e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildDotnetModule rec {
  pname = "libation";
  version = "13.2.1";
  version = "13.3.0";

  src = fetchFromGitHub {
    owner = "rmcrackan";
    repo = "Libation";
    tag = "v${version}";
    hash = "sha256-Zcl90RrcbRclUo/zUFOKVCe/q44urZhi3m4Lq2WnYSk=";
    hash = "sha256-sq3P1naACfZjvgNxNwSK+6ljkqVnVRKHvCgO0Dre1dc=";
  };

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