Skip to content

Commit

Permalink
irssi: 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Feb 15, 2017
1 parent ac9222f commit 13a1d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/irc/irssi/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, ncurses, glib, openssl, perl, libintlOrEmpty }:

stdenv.mkDerivation rec {
version = "1.0.0";
version = "1.0.1";
name = "irssi-${version}";

src = fetchurl {
url = "https://github.com/irssi/irssi/releases/download/${version}/${name}.tar.gz";
sha256 = "11x47ahkvzzx3xkvqak34235ghnpln65v13k77xx32c85nvb63kr";
sha256 = "1nqrm376bipvh4x483vygydjzs05n4fmfzip1gfakq1vfqqfhshr";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 13a1d38

Please sign in to comment.