cherry: 1.2 -> 1.3 (#57841)
https://github.com/turquoise-hexagon/cherry/releases/tag/1.3
This commit is contained in:
parent
4b0cc7599e
commit
58b3b9c34b
@ -1,15 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, bdftopcf }:
|
{ stdenv, fetchFromGitHub, bdftopcf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
|
||||||
pname = "cherry";
|
pname = "cherry";
|
||||||
version = "1.2";
|
version = "1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "turquoise-hexagon";
|
owner = "turquoise-hexagon";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1sfajzndv78v8hb156876i2rw3zw8xys6qi8zr4yi0isgsqj5yx5";
|
sha256 = "1zaiqspf6y0hpszhihdsvsyw33d3ffdap4dym7w45wfrhdpvpi0p";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bdftopcf ];
|
nativeBuildInputs = [ bdftopcf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user