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

pocket-updater-utility: 2.37.0 -> 2.38.1
This commit is contained in:
OTABI Tomoya 2023-12-19 15:39:52 +09:00 committed by GitHub
commit efb18172d9
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.37.0";
version = "2.38.1";
src = fetchFromGitHub {
owner = "mattpannella";
repo = "${pname}";
rev = "${version}";
hash = "sha256-J9FYmoUNkMhLWsRCf64qBDAJaP8AIWGcuH0UjWx90ls=";
hash = "sha256-Lk5YHouQSHSWWoqTiZPjaROGM0aV7FQUvnQV/NCWV/E=";
};
buildInputs = [