trealla: 1.12.0 -> 1.20.31

This commit is contained in:
R. Ryantm 2022-02-01 15:08:08 +00:00
parent 93a89cfa3f
commit ac7b6283ed

View file

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