pocket-updater-utility: 2.37.0 -> 2.38.1

This commit is contained in:
R. Ryantm 2023-12-17 21:23:10 +00:00
parent 17eaac83fe
commit 975a327d4a

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 = [