[automation] Update flake
This commit is contained in:
parent
3875e84c23
commit
14e7fd620f
2 changed files with 5 additions and 5 deletions
|
@ -59,11 +59,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1724265050,
|
||||
"narHash": "sha256-RbWuBZn2QYNRPgfrQLtj7/AMEXOmlLT+kduufdmcRP8=",
|
||||
"lastModified": 1724306539,
|
||||
"narHash": "sha256-9jF5qr44cnvWoXhE0cr114GHT5Adav3q/DKJ6n9tor8=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e590723c5186bdad64e3cdaf9ed72cb984caa48e",
|
||||
"rev": "6c31eb9b990446880000e3297f69f4fdee5b69d7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
pkgs.python3.pkgs.buildPythonApplication rec {
|
||||
pname = "tg-archive";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
pyproject = true;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "knadh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-wAVfq/rsMAI/Hwqt61PrKAPNppP7R1nn6Xsjx5xx8Fo=";
|
||||
hash = "sha256-msgF4sSd8bvwN2+CK4xeaKaXGduChDNw8qQrT9lpfyk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with pkgs.python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue