about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/pidgin-plugins
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 09:43:04 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 09:43:04 -0800
commit4fe7f789f9da5100c9162c288c93ff20c713fbdf (patch)
tree5d80342a58b93cd6c65b6015bbfe54cd5e353a41 /pkgs/applications/networking/instant-messengers/pidgin-plugins
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixlib-4fe7f789f9da5100c9162c288c93ff20c713fbdf.tar
nixlib-4fe7f789f9da5100c9162c288c93ff20c713fbdf.tar.gz
nixlib-4fe7f789f9da5100c9162c288c93ff20c713fbdf.tar.bz2
nixlib-4fe7f789f9da5100c9162c288c93ff20c713fbdf.tar.lz
nixlib-4fe7f789f9da5100c9162c288c93ff20c713fbdf.tar.xz
nixlib-4fe7f789f9da5100c9162c288c93ff20c713fbdf.tar.zst
nixlib-4fe7f789f9da5100c9162c288c93ff20c713fbdf.zip
pidgin-xmpp-receipts: 0.7 -> 0.8
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.8 with grep in /nix/store/di49z3ic9sk7mrg6rhf0c67qk8pda3kg-pidgin-xmpp-receipts-0.8
- found 0.8 in filename of file in /nix/store/di49z3ic9sk7mrg6rhf0c67qk8pda3kg-pidgin-xmpp-receipts-0.8

cc "@orivej"
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/pidgin-plugins')
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-xmpp-receipts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-xmpp-receipts/default.nix b/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-xmpp-receipts/default.nix
index c69de60c6cf5..f482e12a4bc9 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-xmpp-receipts/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-xmpp-receipts/default.nix
@@ -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 ];