3
0
Fork 0
forked from mirrors/nixpkgs

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

trealla: 1.9.37 -> 1.12.0
This commit is contained in:
Ben Siraphob 2021-09-14 00:12:24 -05:00 committed by GitHub
commit 6f5e9a6f7b
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.9.37";
version = "1.12.0";
src = fetchFromGitHub {
owner = "infradig";
repo = "trealla";
rev = "v${version}";
sha256 = "sha256-0cj4FGaYKIKCgWwRyLUw1DcvNnioQPOtqZhSvWSaojU=";
sha256 = "sha256-5gMf62WSGf46Bg8CaI9weSMRjrdGiuxtaDV9FrS2xO8=";
};
postPatch = ''