Merge pull request #130627 from siraben/trealla-update

trealla: 1.8.74 -> 1.9.37
This commit is contained in:
Ben Siraphob 2021-07-19 18:01:13 +07:00 committed by GitHub
commit 48af28b557
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.8.74";
version = "1.9.37";
src = fetchFromGitHub {
owner = "infradig";
repo = "trealla";
rev = "v${version}";
sha256 = "sha256-pg9SfEFUTuyAnhP+Q1vR/QImZuLuRb8NpaOiCEcTFj8=";
sha256 = "sha256-0cj4FGaYKIKCgWwRyLUw1DcvNnioQPOtqZhSvWSaojU=";
};
postPatch = ''