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
1 changed files with 2 additions and 2 deletions

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;