trealla: 1.7.65 -> 1.8.74

This commit is contained in:
Ben Siraphob 2021-06-10 19:23:21 +07:00
parent c8d0be2f01
commit e29b003621

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