Skip to content

Commit e4dd0c7

Browse files
authored
wiliwili: 1.5.0 -> 1.5.1 (#384384)
2 parents 2cef00d + 04ae5d6 commit e4dd0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wi/wiliwili/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "wiliwili";
21-
version = "1.5.0";
21+
version = "1.5.1";
2222

2323
src = fetchFromGitHub {
2424
owner = "xfangfang";
2525
repo = "wiliwili";
2626
rev = "v${finalAttrs.version}";
2727
fetchSubmodules = true;
28-
hash = "sha256-IHGUNnBSwCi+DU7K2yjRLUFRjeysiMojyGXMVecNyu4=";
28+
hash = "sha256-37DQafP+PFjrfNXJt88oK0ghqQEVQjDdVbYsf1tHAN4=";
2929
};
3030

3131
nativeBuildInputs =

0 commit comments

Comments
 (0)