3
0
Fork 0
forked from mirrors/nixpkgs

cherry: 1.2 -> 1.3 (#57841)

https://github.com/turquoise-hexagon/cherry/releases/tag/1.3
This commit is contained in:
Will Dietz 2019-03-18 13:10:56 -05:00 committed by xeji
parent 4b0cc7599e
commit 58b3b9c34b

View file

@ -1,15 +1,14 @@
{ stdenv, fetchFromGitHub, bdftopcf }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "cherry";
version = "1.2";
version = "1.3";
src = fetchFromGitHub {
owner = "turquoise-hexagon";
repo = pname;
rev = version;
sha256 = "1sfajzndv78v8hb156876i2rw3zw8xys6qi8zr4yi0isgsqj5yx5";
sha256 = "1zaiqspf6y0hpszhihdsvsyw33d3ffdap4dym7w45wfrhdpvpi0p";
};
nativeBuildInputs = [ bdftopcf ];