yash: 2.59 -> 2.60 (#443101)

This commit is contained in:
dish
2025-09-17 00:33:38 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "yash";
version = "2.59";
version = "2.60";
src = fetchFromGitHub {
owner = "magicant";
repo = "yash";
rev = version;
hash = "sha256-HTKodWcP7K2DLggELSi4TkFezjb3bhMRXiLenBEZoaQ=";
hash = "sha256-iHM1f+zdYsfuqmyel+vlFi+TQukmN91SyZCHJLXPnTs=";
};
strictDeps = true;