Skip to content

Commit 54be84c

Browse files
r-ryantmteto
authored andcommitted
pass2csv: 0.3.2 -> 1.0.0
1 parent 7a8459f commit 54be84c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/security/pass2csv/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
buildPythonApplication rec {
99
pname = "pass2csv";
10-
version = "0.3.2";
10+
version = "1.0.0";
1111
format = "pyproject";
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
sha256 = "03a11bd0b0905737f4adb21d87aa1653d84cc1d9b5dcfdfb8a29092245d65db8";
15+
sha256 = "sha256-a/PQl/nqdj9xOM2hfAIiLuGy5F4KmEWFJihZ4gilaJw=";
1616
};
1717

1818
nativeBuildInputs = [

0 commit comments

Comments
 (0)