Skip to content

Commit d616f8f

Browse files
nezha-theme-nazhua: 0.5.1 -> 0.5.6 (#377638)
Co-authored-by: Moraxyc <[email protected]>
2 parents c8992e8 + 2a70a90 commit d616f8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ne/nezha-theme-nazhua/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212

1313
stdenvNoCC.mkDerivation (finalAttrs: {
1414
pname = "nezha-theme-nazhua";
15-
version = "0.5.1";
15+
version = "0.5.6";
1616

1717
src = fetchFromGitHub {
1818
owner = "hi2shark";
1919
repo = "nazhua";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-5XEdfUCwQSa+PWu4SHJCg3rCtblyD5x41lKe0SvFrU8=";
21+
hash = "sha256-HqNiXkj3GLw5MlQu2fREwUYpT35txopli9SZcFCM90w=";
2222
};
2323

2424
yarnOfflineCache = fetchYarnDeps {
2525
yarnLock = finalAttrs.src + "/yarn.lock";
26-
hash = "sha256-Wy4xtLjDNkBLeESJCbfq9GhT0mSTAfGBN0A3oHX5BuE=";
26+
hash = "sha256-/CQsG3iQdPyKHdApeMzq4w90NsMBdLXUP2lya8vtK5Q=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)