3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #198828 from r-ryantm/auto-update/irssi

irssi: 1.4.2 -> 1.4.3
This commit is contained in:
Fabian Affolter 2022-11-01 08:28:21 +01:00 committed by GitHub
commit 2374834877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "irssi";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "irssi";
repo = "irssi";
rev = version;
hash = "sha256-dQZ/CeBfcfWGjKPF3fR62JDqyEXGv5hd9VT4OEbgJhQ=";
hash = "sha256-wRJp4KfI+2IAJ70XW7+0LR83cRvS/SGq7CpDVuc636Q=";
};
nativeBuildInputs = [