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
|
, zip
|
||||||
, gettext
|
, gettext
|
||||||
, perl
|
, perl
|
||||||
, wxGTK30
|
, wxGTK32
|
||||||
, libXext
|
, libXext
|
||||||
, libXi
|
, libXi
|
||||||
, libXt
|
, libXt
|
||||||
|
@ -24,13 +24,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pwsafe";
|
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 {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-EyyQHp2MlGgUnikClgvP7I313Bh6H3yVPXel8Z/U6gQ=";
|
hash = "sha256-5/TOg+hiy22vlPJHheE638abhS3B5Jrul0Umgwu+gi0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
libXi
|
libXi
|
||||||
libXt
|
libXt
|
||||||
libXtst
|
libXtst
|
||||||
wxGTK30
|
wxGTK32
|
||||||
curl
|
curl
|
||||||
qrencode
|
qrencode
|
||||||
libuuid
|
libuuid
|
||||||
|
|
Loading…
Reference in a new issue