Skip to content

Commit

Permalink
pinnwand: 1.2.1 -> 1.2.2
Browse files Browse the repository at this point in the history
Some longer standing bugs get squatted in pragmatic ways.
 - Ensure minimum body width to prevent button falling off
   (supakeen/pinnwand#79)
 - Select initial lexer for additional files (supakeen/pinnwand#97)
  • Loading branch information
mweinelt committed Aug 29, 2020
1 parent a8b95d8 commit 9233ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/pinnwand/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ let
};
in with python.pkgs; buildPythonApplication rec {
pname = "pinnwand";
version = "1.2.1";
version = "1.2.2";
format = "pyproject";

src = fetchFromGitHub {
owner = "supakeen";
repo = pname;
rev = "v${version}";
sha256 = "1rk7rpyb4vmqxqqv8k9jpjmgakr3mn1iaqxyj34r74p1n5vfzimq";
sha256 = "0cxdpc3lxgzakzgvdyyrn234380dm05svnwr8av5nrjp4nm9s8z4";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9233ae9

Please sign in to comment.