Skip to content

Commit 72bc35e

Browse files
yafc-ce: 2.0.1 -> 2.1.0 (#352272)
2 parents bb768ba + cf9a102 commit 72bc35e

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.0.1";
15+
version = "2.1.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "shpaass";
1919
repo = "yafc-ce";
2020
rev = finalAttrs.version;
21-
hash = "sha256-qJOEdP2jRqK0E9Q4n7YgO5jyHxztb8aVOTlLDq1VvMk=";
21+
hash = "sha256-dh+lnilwQSrbZNcRGpEXybsNYxkihZUp5t8co06ZXYE=";
2222
};
2323

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

0 commit comments

Comments
 (0)