trealla: 1.9.37 -> 1.12.0

This commit is contained in:
R. RyanTM 2021-09-13 23:54:27 +00:00
parent ea59da44e8
commit 37ae37e8b7

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "trealla";
version = "1.9.37";
version = "1.12.0";
src = fetchFromGitHub {
owner = "infradig";
repo = "trealla";
rev = "v${version}";
sha256 = "sha256-0cj4FGaYKIKCgWwRyLUw1DcvNnioQPOtqZhSvWSaojU=";
sha256 = "sha256-5gMf62WSGf46Bg8CaI9weSMRjrdGiuxtaDV9FrS2xO8=";
};
postPatch = ''