chore(tubesync): 0.13.3 -> 0.13.6
This commit is contained in:
parent
0f348a9fae
commit
6b74c299bd
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue