Merge pull request #279570 from r-ryantm/auto-update/pocket-updater-utility

pocket-updater-utility: 2.42.0 -> 2.43.0
This commit is contained in:
a-n-n-a-l-e-e 2024-01-15 19:46:52 -08:00 committed by GitHub
commit 55971854dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
buildDotnetModule rec {
pname = "pocket-updater-utility";
version = "2.42.0";
version = "2.43.0";
src = fetchFromGitHub {
owner = "mattpannella";
repo = "${pname}";
rev = "${version}";
hash = "sha256-Xw85xQstGDCJJ0J/WWd36Z1cXUAoIsL8lGcu7vZEWCA=";
hash = "sha256-mizKR3hS8s1we+jJ1bQQpFzRMjHFv4UAiINUpfnWnwI=";
};
buildInputs = [