yash: 2.52 -> 2.53

Upstream changes: https://github.com/magicant/yash/blob/trunk/NEWS
This commit is contained in:
Aaron Bieber 2022-08-26 06:37:25 -06:00 committed by GitHub
parent 8979838f12
commit b31d80ba92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "yash";
version = "2.52";
version = "2.53";
src = fetchurl {
url = "https://osdn.net/dl/yash/yash-${version}.tar.xz";
hash = "sha256-VRN77/2DhIgFuM75DAxq9UB0SvzBA+Gw973z7xmRtck=";
hash = "sha256-5DDuhF39dxHE+GTVGN+H3Xi0BWAyfElPWczEcxWFMF0=";
};
strictDeps = true;