yash: 2.58 -> 2.58.1

This commit is contained in:
R. Ryantm
2025-02-16 12:09:06 +00:00
parent 5c6ca3c5aa
commit 1980df1564
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "yash";
version = "2.58";
version = "2.58.1";
src = fetchFromGitHub {
owner = "magicant";
repo = pname;
rev = version;
hash = "sha256-d0Dt/+TxAtfKndXao6Cd9IEujHwi6H5HQjgY774UEFY=";
hash = "sha256-024/Nj4i5fxXMAqVEjlcrSf62a9CZv3W+imAAEdR+xo=";
};
strictDeps = true;