Skip to content

Commit aed8572

Browse files
authored
zipline: 4.0.1 -> 4.0.2 (#395627)
2 parents 4f5f1b5 + ea9409b commit aed8572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ in
2828

2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "zipline";
31-
version = "4.0.1";
31+
version = "4.0.2";
3232

3333
src = fetchFromGitHub {
3434
owner = "diced";
3535
repo = "zipline";
3636
tag = "v${finalAttrs.version}";
37-
hash = "sha256-HKd6OXnr9Xcxdaas0Pfvnq3nozFbOTcQsUxiIqDmvXI=";
37+
hash = "sha256-waUc2DzD7oQ/ZuPKvUwu3Yj6uxrZauR4phcQwh7YfKw=";
3838
};
3939

4040
pnpmDeps = pnpm_9.fetchDeps {
4141
inherit (finalAttrs) pname version src;
42-
hash = "sha256-4dVhCv06ze7kmHhwejiMTleojzl//S0yabW7tPyeuT8=";
42+
hash = "sha256-Q1PHXoiqUorAGcpIvM5iBvPINLRv+dAo0awhG4gvsrI=";
4343
};
4444

4545
buildInputs = [ vips ];

0 commit comments

Comments
 (0)