Skip to content

Commit

Permalink
yafc-ce: 2.3.1 -> 2.4.0 (#362965)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 30, 2024
2 parents 3be90b9 + bf8aad3 commit 23a7a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ya/yafc-ce/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 23a7a82

Please sign in to comment.