trealla: 2.26.9 -> 2.27.15
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
assert lib.elem lineEditingLibrary [ "isocline" "readline" ];
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "trealla";
|
||||
version = "2.26.9";
|
||||
version = "2.27.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trealla-prolog";
|
||||
repo = "trealla";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-p2fntQKaVdgM94b2EBfTdUpdsEUlbnma+6arP/f+FQs=";
|
||||
hash = "sha256-b6OIp0UTBGl463wgwVCyTbC3Id0mgEIUnla+U3qv738=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -68,7 +68,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"test"
|
||||
] ++ lib.optional checkLeaks "leaks";
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://trealla-prolog.github.io/trealla/";
|
||||
|
||||
Reference in New Issue
Block a user