yash: 2.56.1 -> 2.57

This commit is contained in:
R. Ryantm 2024-08-04 16:10:03 +00:00
parent 54770984fc
commit 6512aad46b

View File

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