trash-cli: 0.24.4.17 -> 0.24.5.26

Diff: https://github.com/andreafrancia/trash-cli/compare/0.24.4.17...0.24.5.26

Also add explicit update script.
This commit is contained in:
Robert Helgesson 2024-05-26 21:58:24 +02:00
parent d7ac3b8504
commit a7b6a4663a

View File

@ -1,14 +1,14 @@
{ lib, fetchFromGitHub, installShellFiles, python3Packages }:
{ lib, fetchFromGitHub, installShellFiles, nix-update-script, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "trash-cli";
version = "0.24.4.17";
version = "0.24.5.26";
src = fetchFromGitHub {
owner = "andreafrancia";
repo = "trash-cli";
rev = version;
hash = "sha256-pXDqn+QuhTE12zXq6A4GSGSCtYJ6hBahv2p9aYQXxaI=";
hash = "sha256-ltuMnxtG4jTTSZd6ZHWl8wI0oQMMFqW0HAPetZMfGtc=";
};
propagatedBuildInputs = with python3Packages; [ psutil six ];
@ -56,6 +56,8 @@ python3Packages.buildPythonApplication rec {
done
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/andreafrancia/trash-cli";
description = "Command line interface to the freedesktop.org trashcan";