We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07be5fb commit 00c097eCopy full SHA for 00c097e
1 file changed
pkgs/by-name/zi/zipline/package.nix
@@ -36,13 +36,13 @@ in
36
37
stdenv.mkDerivation (finalAttrs: {
38
pname = "zipline";
39
- version = "4.6.2";
+ version = "4.6.3";
40
41
src = fetchFromGitHub {
42
owner = "diced";
43
repo = "zipline";
44
tag = "v${finalAttrs.version}";
45
- hash = "sha256-U4Rl1WiOg9DVFEnghKOy/WabeXf3l3zpaxqAmjneil0=";
+ hash = "sha256-6nAWYVt81mjvA7ssIAhFD+oTkVkuoHeAMV9dQpFlyJc=";
46
leaveDotGit = true;
47
postFetch = ''
48
git -C $out rev-parse --short HEAD > $out/.git_head
0 commit comments