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

yafc-ce: 2.10.0 -> 2.11.0 (#393854)

parents 017583d6 85151852
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.10.0";
  version = "2.11.0";

  src = fetchFromGitHub {
    owner = "shpaass";
    repo = "yafc-ce";
    rev = finalAttrs.version;
    hash = "sha256-AFFu4yqnBq0OD3XY1V97zxAIfZuXswT9KOJzU8GqQuU";
    hash = "sha256-jWJOJ00VXBaHogm3xUsV9Shvv9islRA+Z4fkln5VuWM=";
  };

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