Unverified Commit 0c862c12 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

libation: 13.2.1 -> 13.3.0 (#499913)

parents 736e3052 2c7ecaa4
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";