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

yafc-ce: 2.0.1 -> 2.1.0

parent ccd7e10e
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.0.1";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "shpaass";
    repo = "yafc-ce";
    rev = finalAttrs.version;
    hash = "sha256-qJOEdP2jRqK0E9Q4n7YgO5jyHxztb8aVOTlLDq1VvMk=";
    hash = "sha256-dh+lnilwQSrbZNcRGpEXybsNYxkihZUp5t8co06ZXYE=";
  };

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