Merge pull request #157706 from r-ryantm/auto-update/trealla

trealla: 1.12.0 -> 1.20.31
This commit is contained in:
Ben Siraphob 2022-02-01 12:47:02 -06:00 committed by GitHub
commit 89eb8b95e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''