yash: 2.58.1 -> 2.59 (#406815)

authored by

Nikolay Korotkiy and committed by
GitHub
e4a95abb 8b13eb81

+2 -2
+2 -2
pkgs/by-name/ya/yash/package.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "yash"; 12 - version = "2.58.1"; 12 + version = "2.59"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "magicant"; 16 16 repo = "yash"; 17 17 rev = version; 18 - hash = "sha256-024/Nj4i5fxXMAqVEjlcrSf62a9CZv3W+imAAEdR+xo="; 18 + hash = "sha256-HTKodWcP7K2DLggELSi4TkFezjb3bhMRXiLenBEZoaQ="; 19 19 }; 20 20 21 21 strictDeps = true;