yafc-ce: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm 2025-02-02 16:35:46 +00:00
parent 3d2294753d
commit a31c695141

View File

@ -12,13 +12,13 @@ let
in
buildDotnetModule (finalAttrs: {
pname = "yafc-ce";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "shpaass";
repo = "yafc-ce";
rev = finalAttrs.version;
hash = "sha256-anQ49VWDIdze108idGLXXM74dfqAg9KqVthFozHQl0A=";
hash = "sha256-pBnAUrDnOabQq7D1YJ41aJq9MSPIHQ6K8ix5TLwkrZ0=";
};
projectFile = [ "Yafc/Yafc.csproj" ];