lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #267714 from cu1ch3n/update-cherrytree

cherrytree: 1.0.1 -> 1.0.2

authored by

Nick Cao and committed by
GitHub
6359f70a 58e351c6

+3 -3
+3 -3
pkgs/applications/misc/cherrytree/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "cherrytree"; 23 - version = "1.0.1"; 23 + version = "1.0.2"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "giuspen"; 27 27 repo = "cherrytree"; 28 - rev = version; 29 - hash = "sha256-A/4OcsAOECgQnENj2l9BX713KHG+zk5cJE+yyHXw1TM="; 28 + rev = "refs/tags/v${version}"; 29 + hash = "sha256-ZGw6gESKaio89mt3VPm/uqHwlUQ0/8vIydv/WsOYQ20="; 30 30 }; 31 31 32 32 nativeBuildInputs = [