Unverified Commit 0775ae58 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #293080 from dotlambda/numberstation-1.4.0

numberstation: 1.3.0 -> 1.4.0
parents 89951bda 529b16d8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "numberstation";
  version = "1.3.0";
  version = "1.4.0";

  format = "other";

@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "~martijnbraam";
    repo = "numberstation";
    rev = version;
    hash = "sha256-l4ev47ofBZeUqjJjdhQOHX+mNL9nIHH0mfYdqZW1LMs=";
    hash = "sha256-0T/Dc2i6auuZiWjcPR72JT8yOrzmdEmbW2PS5YhmEwI=";
  };

  postPatch = ''
@@ -60,6 +60,7 @@ python3.pkgs.buildPythonApplication rec {
  '';

  meta = with lib; {
    changelog = "https://git.sr.ht/~martijnbraam/numberstation/refs/${version}";
    description = "TOTP Authentication application for mobile";
    homepage = "https://sr.ht/~martijnbraam/numberstation/";
    license = licenses.gpl3Only;