yash: 2.59 -> 2.60 (#443101)

authored by pyrox.dev and committed by GitHub c9ac90e1 d295697d

+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.59"; 12 + version = "2.60"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "magicant"; 16 16 repo = "yash"; 17 17 rev = version; 18 - hash = "sha256-HTKodWcP7K2DLggELSi4TkFezjb3bhMRXiLenBEZoaQ="; 18 + hash = "sha256-iHM1f+zdYsfuqmyel+vlFi+TQukmN91SyZCHJLXPnTs="; 19 19 }; 20 20 21 21 strictDeps = true;