Merge pull request #35965 from ryantm/auto-update/pidgin-xmpp-receipts-0.7-to-0.8

pidgin-xmpp-receipts: 0.7 -> 0.8
This commit is contained in:
Orivej Desh 2018-02-28 09:10:36 +00:00 committed by GitHub
commit 5b8a5001d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pidgin } :
let
version = "0.7";
version = "0.8";
in
stdenv.mkDerivation rec {
name = "pidgin-xmpp-receipts-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "noonien-d";
repo = "pidgin-xmpp-receipts";
rev = "release_${version}";
sha256 = "1ackqwsqgy1nfggl9na4jicv7hd542aazkg629y2jmbyj1dl3kjm";
sha256 = "13kwaymzkymjsdv8q95byd173i4vanj211vgx9cm0y8ag2r3cjsb";
};
buildInputs = [ pidgin ];