quassel: 0.13.0 -> 0.13.1 (#57475)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quassel-kf5/versions
This commit is contained in:
R. RyanTM 2019-03-15 12:37:39 -07:00 committed by xeji
parent 1670e35e2d
commit 6815e3c72e

@ -33,13 +33,13 @@ let
in with stdenv; mkDerivation rec {
name = "quassel${tag}-${version}";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "quassel";
repo = "quassel";
rev = version;
sha256 = "1jnmc0xky91h81xjjgwg5zylfns0f1pvjy2rv39wlah890k143zr";
sha256 = "0z8p7iv90yrrjbh31cyxhpr6hsynfmi23rlayn7p2f6ki5az7yc3";
};
enableParallelBuilding = true;