chore(tubesync): 0.13.3 -> 0.13.6
This commit is contained in:
parent
fe76d03f96
commit
eee4af8b12
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
app = buildPythonApplication rec {
|
app = buildPythonApplication rec {
|
||||||
pname = "tubesync";
|
pname = "tubesync";
|
||||||
version = "0.13.3";
|
version = "0.13.6";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
owner = "meeb";
|
owner = "meeb";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-33DDbECEn/3vrQ0qvxoz5OZ/y8bR6BZ2cYUtPsA7YYc=";
|
hash = "sha256-5l1HkMoTn99rNeeK5u+KoFejTFi2LfLyt8upq7xwrj0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue