Merge pull request #138101 from r-ryantm/auto-update/cherrytree

cherrytree: 0.99.40 -> 0.99.41

authored by

Bobby Rong and committed by
GitHub
079f6b27 99fad181

+2 -2
+2 -2
pkgs/applications/misc/cherrytree/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "cherrytree"; 22 - version = "0.99.40"; 22 + version = "0.99.41"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "giuspen"; 26 26 repo = "cherrytree"; 27 27 rev = version; 28 - sha256 = "sha256-K1rf8/7kEpfLOPYJGh5U2eTnr5XCDhuc+seoUAKW7aE="; 28 + sha256 = "sha256-Bhk5xpJiVDSTxP1wAFTL39MgAIOa6Is9NTF1WEh6S1A="; 29 29 }; 30 30 31 31 nativeBuildInputs = [