pocket-updater-utility: 2.41.0 -> 2.42.0

This commit is contained in:
R. Ryantm 2024-01-02 04:27:57 +00:00
parent 3d54a95d71
commit 1d510dfa03

View file

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