todo-txt-cli: 2.12.0 -> 2.13.0 (#368144)

This commit is contained in:
Weijia Wang
2024-12-31 22:47:01 +01:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@
fetchurl,
}:
let
version = "2.12.0";
version = "2.13.0";
in
stdenv.mkDerivation {
pname = "todo.txt-cli";
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://github.com/ginatrapani/todo.txt-cli/releases/download/v${version}/todo.txt_cli-${version}.tar.gz";
sha256 = "0gni8nj3wwdf7nl98d1bpx064bz5xari65hb998qqr92h0n9pnp6";
sha256 = "sha256-07klQ0ApqsISITwQP7ZXOk+WDHTdRno++sm9mv6J0V8=";
};
installPhase = ''