Merge pull request #69710 from r-ryantm/auto-update/pwsafe

pwsafe: 1.08.1 -> 1.08.2
This commit is contained in:
Marek Mahut 2019-09-28 22:35:42 +02:00 committed by GitHub
commit 2b5b488735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pwsafe";
version = "1.08.1";
version = "1.08.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "${version}BETA";
sha256 = "0x89pn056h8b4yvxbd6l3qwrghslxc7vlxnblmcmsx7xx4i041ng";
sha256 = "14qwk3cv5psj7ll71ikyv452x55c7iwjw9765yrpij6741r4yjln";
};
nativeBuildInputs = [