Merge pull request #126474 from siraben/trealla-update

trealla: 1.7.65 -> 1.8.74
This commit is contained in:
Sandro 2021-06-10 18:36:10 +02:00 committed by GitHub
commit 10caccc2e8
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.7.65";
version = "1.8.74";
src = fetchFromGitHub {
owner = "infradig";
repo = "trealla";
rev = "v${version}";
sha256 = "sha256-uCDACBwdiCeAwF6IZHz7s5pD83JXTP7jAQDjGld8tt0=";
sha256 = "sha256-pg9SfEFUTuyAnhP+Q1vR/QImZuLuRb8NpaOiCEcTFj8=";
};
postPatch = ''