Skip to content

Commit 00c097e

Browse files
r-ryantmgithub-actions[bot]
authored andcommitted
zipline: 4.6.2 -> 4.6.3
(cherry picked from commit eed3ecf)
1 parent 07be5fb commit 00c097e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/zi/zipline/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ in
3636

3737
stdenv.mkDerivation (finalAttrs: {
3838
pname = "zipline";
39-
version = "4.6.2";
39+
version = "4.6.3";
4040

4141
src = fetchFromGitHub {
4242
owner = "diced";
4343
repo = "zipline";
4444
tag = "v${finalAttrs.version}";
45-
hash = "sha256-U4Rl1WiOg9DVFEnghKOy/WabeXf3l3zpaxqAmjneil0=";
45+
hash = "sha256-6nAWYVt81mjvA7ssIAhFD+oTkVkuoHeAMV9dQpFlyJc=";
4646
leaveDotGit = true;
4747
postFetch = ''
4848
git -C $out rev-parse --short HEAD > $out/.git_head

0 commit comments

Comments
 (0)