summary refs log tree commit diff
path: root/pkgs/applications/misc/cherrytree
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-07 23:24:18 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-07 23:24:18 -0800
commit99547c4334db4d4ed18a57b2bf3aca5e9bdccb38 (patch)
tree3f01031e33e8589e77ed24a5b453dcec454b5309 /pkgs/applications/misc/cherrytree
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixpkgs-99547c4334db4d4ed18a57b2bf3aca5e9bdccb38.tar
nixpkgs-99547c4334db4d4ed18a57b2bf3aca5e9bdccb38.tar.gz
nixpkgs-99547c4334db4d4ed18a57b2bf3aca5e9bdccb38.tar.bz2
nixpkgs-99547c4334db4d4ed18a57b2bf3aca5e9bdccb38.tar.lz
nixpkgs-99547c4334db4d4ed18a57b2bf3aca5e9bdccb38.tar.xz
nixpkgs-99547c4334db4d4ed18a57b2bf3aca5e9bdccb38.tar.zst
nixpkgs-99547c4334db4d4ed18a57b2bf3aca5e9bdccb38.zip
cherrytree: 0.37.6 -> 0.38.4
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/.cherrytree-wrapped -h` got 0 exit code
- ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/.cherrytree-wrapped --help` got 0 exit code
- ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/cherrytree -h` got 0 exit code
- ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/cherrytree --help` got 0 exit code
- found 0.38.4 with grep in /nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4
- found 0.38.4 in filename of file in /nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4
Diffstat (limited to 'pkgs/applications/misc/cherrytree')
-rw-r--r--pkgs/applications/misc/cherrytree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cherrytree/default.nix b/pkgs/applications/misc/cherrytree/default.nix
index 324fa12dc46..ff1712f12fe 100644
--- a/pkgs/applications/misc/cherrytree/default.nix
+++ b/pkgs/applications/misc/cherrytree/default.nix
@@ -4,11 +4,11 @@ with stdenv.lib;
 stdenv.mkDerivation rec {
 
   name = "cherrytree-${version}";
-  version = "0.37.6";
+  version = "0.38.4";
 
   src = fetchurl {
     url = "http://www.giuspen.com/software/${name}.tar.xz";
-    sha256 = "0x4cgsimpwh7wfbzbzw2f5ipxxjizpi4wa99s1cwizynfjr38y5s";
+    sha256 = "1zazyxkrli77wahn4c1z24qyz5bwlayl335f2kdxb44dicrx58g2";
   };
 
   buildInputs = with pythonPackages;