Merge pull request #281342 from r-ryantm/auto-update/naps2

naps2: 7.2.2 -> 7.3.0
This commit is contained in:
Weijia Wang 2024-01-18 07:34:20 +01:00 committed by GitHub
commit e52ba80bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,13 +11,13 @@
buildDotnetModule rec {
pname = "naps2";
version = "7.2.2";
version = "7.3.0";
src = fetchFromGitHub {
owner = "cyanfish";
repo = "naps2";
rev = "v${version}";
hash = "sha256-ikt0gl/pNjEaENj1WRLdn/Zvx349FAGpzSV62Y2GwXI=";
hash = "sha256-aR4IDPfcbWWyM+1MhSWIsNUNLi43MvbWBykoEkVbe+4=";
};
projectFile = "NAPS2.App.Gtk/NAPS2.App.Gtk.csproj";