Skip to content

Commit e4a95ab

Browse files
authored
yash: 2.58.1 -> 2.59 (#406815)
2 parents 8b13eb8 + 64a6640 commit e4a95ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ya/yash/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "yash";
12-
version = "2.58.1";
12+
version = "2.59";
1313

1414
src = fetchFromGitHub {
1515
owner = "magicant";
1616
repo = "yash";
1717
rev = version;
18-
hash = "sha256-024/Nj4i5fxXMAqVEjlcrSf62a9CZv3W+imAAEdR+xo=";
18+
hash = "sha256-HTKodWcP7K2DLggELSi4TkFezjb3bhMRXiLenBEZoaQ=";
1919
};
2020

2121
strictDeps = true;

0 commit comments

Comments
 (0)