Commit 5902b308 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pynitrokey: 0.10.0 -> 0.11.1

parent cce16dbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

let
  pname = "pynitrokey";
  version = "0.10.0";
  version = "0.11.1";
  mainProgram = "nitropy";
in

@@ -35,7 +35,7 @@ buildPythonPackage {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Kr6VtBADLvXUva7csbsHujGzBfRG1atJLF7qbIWmToM=";
    hash = "sha256-TUc8ZDQ0MHyEtrsudqGxTXmwNIio4UcNcjwsOtaK0Ww=";
  };

  nativeBuildInputs = [ installShellFiles ];