Merge pull request #218264 from qbit/yash-2.54

yash: 2.53 -> 2.54
This commit is contained in:
Pol Dellaiera 2023-06-06 21:45:11 +02:00 committed by GitHub
commit a21373fe3d
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.53";
version = "2.54";
src = fetchurl {
url = "https://osdn.net/dl/yash/yash-${version}.tar.xz";
hash = "sha256-5DDuhF39dxHE+GTVGN+H3Xi0BWAyfElPWczEcxWFMF0=";
hash = "sha256-RKCsHM98Os7PvqAn2MDJMPE6goBlvjGAVc4RMBU5GDk=";
};
strictDeps = true;