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 b762ed7 commit abdb8f1Copy full SHA for abdb8f1
1 file changed
default.nix
@@ -19,7 +19,7 @@ python3.pkgs.buildPythonPackage rec {
19
20
cargoDeps = rustPlatform.fetchCargoVendor {
21
inherit pname version src;
22
- hash = "sha256-RjMp+9VfIalGcDGLdncYg/6KjIodR/9IMGQZw9/g2EM=";
+ hash = "sha256-/3W9UtsUwkpkTA5kCnvKsO6O/f1Tzg1Dgp3Y7gGO7Kw=";
23
};
24
25
buildAndTestSubdir = "ziplinter-python";
@@ -43,4 +43,4 @@ python3.pkgs.buildPythonPackage rec {
43
];
44
platforms = lib.platforms.all;
45
46
-}
+}
0 commit comments