yewtube: 2.12.0 -> 2.12.1 (#376405)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-14 23:00:20 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "yewtube";
version = "2.12.0";
version = "2.12.1";
src = fetchFromGitHub {
owner = "mps-youtube";
repo = "yewtube";
tag = "v${version}";
hash = "sha256-66cGnEEISC+lZAYhFXuVdDtwh1TgwvCP6nBD84z2z0I=";
hash = "sha256-+V9t71Z8PKioM7HWlzTB6X7EokAWgqC3fQJr5tkPdq8=";
};
postPatch = ''