mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
trealla: 2.37.0 -> 2.38.0
This commit is contained in:
parent
8ca2e68cbc
commit
d758da94de
@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
|
|||||||
];
|
];
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "trealla";
|
pname = "trealla";
|
||||||
version = "2.37.0";
|
version = "2.38.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "trealla-prolog";
|
owner = "trealla-prolog";
|
||||||
repo = "trealla";
|
repo = "trealla";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-BMMziw79EAl9W6JsuAYHe7DzjG1mkT5oMgBGOKOoNqA=";
|
hash = "sha256-/yJdStIc6EdJ4cJ3adcCO3lK0lrzy4zlYkXOsbzb5R4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user