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
+2 -2
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;