quilter: 1.8.4 -> 1.9.1

https://github.com/lainsce/quilter/compare/1.8.4...1.9.1
This commit is contained in:
worldofpeace 2019-06-11 00:54:36 -04:00
parent e87caec2f2
commit 810fd97d88
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "quilter";
version = "1.8.4";
version = "1.9.1";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "14qbkkz1l4zj6kwds5d82swnh3ynj6diyvjl0pafgp5i1i27j4rh";
sha256 = "1sjk8n0y9039xs47zw9a4l4vd36vkm30gf6x3fzaib81hnh1fx7v";
};
nativeBuildInputs = [