yafc-ce: 2.6.0 -> 2.7.0 (#378873)

Co-authored-by: diamond-deluxe <diamond-deluxe@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-10 01:53:58 +00:00
committed by GitHub
co-authored by diamond-deluxe
+2 -2
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" ];