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.
2 parents 4f5f1b5 + ea9409b commit aed8572Copy full SHA for aed8572
pkgs/by-name/zi/zipline/package.nix
@@ -28,18 +28,18 @@ in
28
29
stdenv.mkDerivation (finalAttrs: {
30
pname = "zipline";
31
- version = "4.0.1";
+ version = "4.0.2";
32
33
src = fetchFromGitHub {
34
owner = "diced";
35
repo = "zipline";
36
tag = "v${finalAttrs.version}";
37
- hash = "sha256-HKd6OXnr9Xcxdaas0Pfvnq3nozFbOTcQsUxiIqDmvXI=";
+ hash = "sha256-waUc2DzD7oQ/ZuPKvUwu3Yj6uxrZauR4phcQwh7YfKw=";
38
};
39
40
pnpmDeps = pnpm_9.fetchDeps {
41
inherit (finalAttrs) pname version src;
42
- hash = "sha256-4dVhCv06ze7kmHhwejiMTleojzl//S0yabW7tPyeuT8=";
+ hash = "sha256-Q1PHXoiqUorAGcpIvM5iBvPINLRv+dAo0awhG4gvsrI=";
43
44
45
buildInputs = [ vips ];
0 commit comments