yash: 2.58.1 -> 2.59

This commit is contained in:
R. Ryantm
2025-05-13 18:29:07 +00:00
parent 5f296019ea
commit 64a6640a7d
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "yash";
version = "2.58.1";
version = "2.59";
src = fetchFromGitHub {
owner = "magicant";
repo = "yash";
rev = version;
hash = "sha256-024/Nj4i5fxXMAqVEjlcrSf62a9CZv3W+imAAEdR+xo=";
hash = "sha256-HTKodWcP7K2DLggELSi4TkFezjb3bhMRXiLenBEZoaQ=";
};
strictDeps = true;