mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pwsafe: 1.15.0 -> 1.16.0
This commit is contained in:
parent
1ca08d4c63
commit
512e28720f
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
, zip
|
||||
, gettext
|
||||
, perl
|
||||
, wxGTK30
|
||||
, wxGTK32
|
||||
, libXext
|
||||
, libXi
|
||||
, libXt
|
||||
|
@ -24,13 +24,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pwsafe";
|
||||
version = "1.15.0"; # do NOT update to 3.x Windows releases
|
||||
version = "1.16.0"; # do NOT update to 3.x Windows releases
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-EyyQHp2MlGgUnikClgvP7I313Bh6H3yVPXel8Z/U6gQ=";
|
||||
hash = "sha256-5/TOg+hiy22vlPJHheE638abhS3B5Jrul0Umgwu+gi0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
libXi
|
||||
libXt
|
||||
libXtst
|
||||
wxGTK30
|
||||
wxGTK32
|
||||
curl
|
||||
qrencode
|
||||
libuuid
|
||||
|
|
Loading…
Reference in a new issue