Skip to content

Commit ac67781

Browse files
committed
yafc-ce: 2.5.0 -> 2.6.0
1 parent eca7c9b commit ac67781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ya/yafc-ce/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ let
1212
in
1313
buildDotnetModule (finalAttrs: {
1414
pname = "yafc-ce";
15-
version = "2.5.0";
15+
version = "2.6.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "shpaass";
1919
repo = "yafc-ce";
2020
rev = finalAttrs.version;
21-
hash = "sha256-NttLFx6b3T5/JzCkUg8laSQ3ipNUkAPlPPC+dsdnCO4=";
21+
hash = "sha256-anQ49VWDIdze108idGLXXM74dfqAg9KqVthFozHQl0A=";
2222
};
2323

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

0 commit comments

Comments
 (0)