From 6998586b8f78d511906a6e3c44c67139873c6af9 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Mon, 26 Oct 2015 16:56:04 +0100 Subject: [PATCH] QtPass 1.0.1 to 1.0.3 I'm guessing the sha256 wasn't correct for 1.0.1 or I'm doing something wrong here myself . . --- pkgs/applications/misc/qtpass/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/qtpass/default.nix b/pkgs/applications/misc/qtpass/default.nix index e768a692f594..3d5c93c61a62 100644 --- a/pkgs/applications/misc/qtpass/default.nix +++ b/pkgs/applications/misc/qtpass/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { name = "qtpass-${version}"; - version = "1.0.1"; + version = "1.0.3"; src = fetchurl { url = "https://github.com/IJHack/qtpass/archive/v${version}.tar.gz"; - sha256 = "1mmncvamvwr3hizc1jgpb5kscl9idmrfd2785jhwi87q11wjrwxz"; + sha256 = "a61a29ddd5a874fcdcb915dbc9d91e10787be22d794cc8ebb2ba3cff27030c67"; }; buildInputs = [ git gnupg makeWrapper pass qt5.base ];