Unverified Commit 791f227e authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

yafc-ce: 2.13.0 -> 2.14.0 (#416959)

parents 1d6de080 43e079b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ let
in
buildDotnetModule (finalAttrs: {
  pname = "yafc-ce";
  version = "2.13.0";
  version = "2.14.0";

  src = fetchFromGitHub {
    owner = "shpaass";
    repo = "yafc-ce";
    rev = finalAttrs.version;
    hash = "sha256-FWGH/CDjfeewms0lKMMK3hGPCw6Xs40MdsbS/Cgif8s=";
    hash = "sha256-EbVPPSci4AziF+n/8pIa9M44WEUj+vvEOQqu3HJ6aNQ=";
  };

  projectFile = [