trealla: 1.8.74 -> 1.9.37

This commit is contained in:
Ben Siraphob 2021-07-19 17:33:42 +07:00
parent 5972cc3119
commit 4ab88273a7

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "trealla"; pname = "trealla";
version = "1.8.74"; version = "1.9.37";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "infradig"; owner = "infradig";
repo = "trealla"; repo = "trealla";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-pg9SfEFUTuyAnhP+Q1vR/QImZuLuRb8NpaOiCEcTFj8="; sha256 = "sha256-0cj4FGaYKIKCgWwRyLUw1DcvNnioQPOtqZhSvWSaojU=";
}; };
postPatch = '' postPatch = ''