yash: 2.55 -> 2.56.1

This commit is contained in:
R. Ryantm 2024-03-21 09:15:22 +00:00
parent 6e6944dbcc
commit 08a34fbbe7

View file

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