1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-07-22 02:01:52 +00:00
parent 9004c53126
commit 89e9ef2891
3 changed files with 7 additions and 7 deletions

View file

@ -59,11 +59,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1721481798,
"narHash": "sha256-GOwbtcTDS7KnVseckF+H8OCRNrwYEqCZ34QOZ+i51e4=",
"lastModified": 1721571961,
"narHash": "sha256-jfF4gpRUpTBY2OxDB0FRySsgNGOiuDckEtu7YDQom3Y=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a2aeb0fcca8ef063c03ef57fa5de49084d4e9687",
"rev": "4cc8b29327bed3d52b40041f810f49734298af46",
"type": "github"
},
"original": {

View file

@ -2,14 +2,14 @@
pkgs.python3.pkgs.buildPythonApplication rec {
pname = "tg-archive";
version = "1.1.3";
version = "1.2.0";
pyproject = true;
src = pkgs.fetchFromGitHub {
owner = "knadh";
repo = pname;
rev = "v${version}";
hash = "sha256-mcobB/z+e4LzEbqELWlUzhbdV5RIM2iImeg9JdVQQZc=";
hash = "sha256-wAVfq/rsMAI/Hwqt61PrKAPNppP7R1nn6Xsjx5xx8Fo=";
};
nativeBuildInputs = with pkgs.python3.pkgs; [

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "2.10.2";
version = "2.11.0";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-pJzj3jHXmpKca1zyOTlzUQvp7/LtjjMGNt9SMDo89yo=";
sha256 = "sha256-Tl2Bgvcli5UoKp+odzfTaFz+w2NvSaBoSB/IeGbjyIk=";
};
buildInputs = with pkgs; [ unzip ];