Merge pull request #297664 from r-ryantm/auto-update/yash

yash: 2.55 -> 2.56.1
This commit is contained in:
Weijia Wang 2024-03-21 23:24:00 +01:00 committed by GitHub
commit a0376286fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "yash";
version = "2.55";
version = "2.56.1";
src = fetchFromGitHub {
owner = "magicant";
repo = pname;
rev = version;
hash = "sha256-raTIqklo69JEuhzdWUK3uywuLjqeQJCJ9nvnLRxlGr4=";
hash = "sha256-G4l0JmtrYaVKfQiJKTOiNWgpsKNhHtbAT0l/VboMJTc=";
};
strictDeps = true;