yash: 2.58.1 -> 2.59 (#406815)

This commit is contained in:
Nikolay Korotkiy
2025-05-14 03:26:20 +04:00
committed by GitHub
+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;