cherrytree: 0.38.4 -> 0.38.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cherrytree/versions. These checks were done: - built on NixOS - /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5/bin/.cherrytree-wrapped passed the binary check. - /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5/bin/cherrytree passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.38.5 with grep in /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5 - directory tree listing: https://gist.github.com/21bb973739375865396284be25e432a6 - du listing: https://gist.github.com/da57acfe574b3ee8ff342306c396f8b7
This commit is contained in:
parent
d12e7b8d17
commit
b5a7d39405
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ with stdenv.lib;
|
|||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "cherrytree-${version}";
|
||||
version = "0.38.4";
|
||||
version = "0.38.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.giuspen.com/software/${name}.tar.xz";
|
||||
sha256 = "1zazyxkrli77wahn4c1z24qyz5bwlayl335f2kdxb44dicrx58g2";
|
||||
sha256 = "1ja3b14vm3yd26pf82p2qlld0flqkqvgdg2g33r5dav6wfq3pz6y";
|
||||
};
|
||||
|
||||
buildInputs = with pythonPackages;
|
||||
|
|
Loading…
Reference in a new issue