Commit bf8aad39 authored by R. RyanTM's avatar R. RyanTM
Browse files

yafc-ce: 2.3.1 -> 2.4.0

parent 65484f88
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.3.1";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "shpaass";
    repo = "yafc-ce";
    rev = finalAttrs.version;
    hash = "sha256-t/st/s0zJRNP1Cbjo4aw02jKvuHkMh3jGmiMziMrez8=";
    hash = "sha256-Tx9C7xhmfUfHAbrVKtGQ0lO+UZvzErndswFoBnWVzEw=";
  };

  projectFile = [ "Yafc/Yafc.csproj" ];