Skip to content

Commit abdb8f1

Browse files
committed
update .nix
1 parent b762ed7 commit abdb8f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python3.pkgs.buildPythonPackage rec {
1919

2020
cargoDeps = rustPlatform.fetchCargoVendor {
2121
inherit pname version src;
22-
hash = "sha256-RjMp+9VfIalGcDGLdncYg/6KjIodR/9IMGQZw9/g2EM=";
22+
hash = "sha256-/3W9UtsUwkpkTA5kCnvKsO6O/f1Tzg1Dgp3Y7gGO7Kw=";
2323
};
2424

2525
buildAndTestSubdir = "ziplinter-python";
@@ -43,4 +43,4 @@ python3.pkgs.buildPythonPackage rec {
4343
];
4444
platforms = lib.platforms.all;
4545
};
46-
}
46+
}

0 commit comments

Comments
 (0)