Merge pull request #227700 from fabaff/urlwatch-bump

urlwatch: 2.25 -> 2.26
This commit is contained in:
figsoda
2023-04-22 19:41:52 -04:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "urlwatch";
version = "2.25";
version = "2.26";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
hash = "sha256-+ayHMY0gEAVhOgDDh+RfRrUpV0tSX8mMmfPzyg+YSv4=";
hash = "sha256-EdRHwUHnAwum7UIgzmETeuQSyisb4zrmWGPgo7RewWQ=";
};
propagatedBuildInputs = with python3Packages; [