Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9c9020c42c2c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0dbbd00b6e83
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 26, 2019

  1. cherrytree: 0.38.8 -> 0.38.9

    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
    r-ryantm committed Sep 26, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    d09d30a View commit details

Commits on Oct 12, 2019

  1. Merge pull request #69474 from r-ryantm/auto-update/cherrytree

    cherrytree: 0.38.8 -> 0.38.9
    c0bw3b authored Oct 12, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    0dbbd00 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/cherrytree/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/cherrytree/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {

pname = "cherrytree";
version = "0.38.8";
version = "0.38.9";

src = fetchurl {
url = "https://www.giuspen.com/software/${pname}-${version}.tar.xz";
sha256 = "1ns87xl2sgrf3nha4xkhp0xcxlycqszlp6xdrn95lg6vzm0fa8dg";
sha256 = "0xal09ijgxbzvp003s40xbrfnpq3ald1fw8nnpqq3yg7h6g6c5pw";
};

buildInputs = with pythonPackages;