diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 329a49084fff73..e60c3b0b4142d0 100644 --- a/srcpkgs/just/template +++ b/srcpkgs/just/template @@ -1,6 +1,6 @@ # Template file for 'just' pkgname=just -version=1.48.1 +version=1.51.0 revision=1 build_style=cargo build_helper=qemu @@ -12,11 +12,12 @@ license="CC0-1.0" homepage="https://github.com/casey/just" changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md" distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz" -checksum=290bb320b36ca118b8a8da6271660c941a8b0888b943de22e8238286e2312554 +checksum=ed424dcf55ec08e22a0c58f6cfb7333573775d69dac3802bf0c1d96f7557089d # Fix failing test pre_check() { export USER=void + export XDG_RUNTIME_DIR=/tmp } post_install() {