Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/applications/networking/irc/quassel/source.nix

10 lines
212 B
Nix
Raw Normal View History

quassel: fix sources Fixes changes after #14080 where the updated hash was missing. Put the source in a common file so there is only one place to update.
2016-03-22 12:08:45 +00:00
{ fetchurl }:
rec {
quassel: 0.12.3 -> 0.12.4 Security update for CVE-2016-4414 (denial of service).
2016-05-07 06:00:09 -05:00
version = "0.12.4";
quassel: fix sources Fixes changes after #14080 where the updated hash was missing. Put the source in a common file so there is only one place to update.
2016-03-22 12:08:45 +00:00
src = fetchurl {
quassel: 0.12.3 -> 0.12.4 Security update for CVE-2016-4414 (denial of service).
2016-05-07 06:00:09 -05:00
url = "https://github.com/quassel/quassel/archive/${version}.tar.gz";
sha256 = "0q2qlhy1d6glw9pwxgcgwvspd1mkk3yi6m21dx9gnj86bxas2qs2";
quassel: fix sources Fixes changes after #14080 where the updated hash was missing. Put the source in a common file so there is only one place to update.
2016-03-22 12:08:45 +00:00
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 843ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API