Merge pull request #76385 from r-ryantm/auto-update/quilter

quilter: 2.0.3 -> 2.0.4
This commit is contained in:
worldofpeace 2019-12-24 14:52:50 -05:00 committed by GitHub
commit 8a3a3a75ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "quilter";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "13l8z3bchha4ax14s48pcqdxh8gnj4mlvv06lk9dwk9fplc93821";
sha256 = "1vbckx4c2bklzxpqz332sjcyrx1xl1j0cp8778fvpl7x7mlnz460";
};
nativeBuildInputs = [