cubicle: 1.1.1 -> 1.1.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cubicle/versions
This commit is contained in:
R. RyanTM 2018-12-16 06:21:35 -08:00 committed by Robin Gloster
parent 92f9d5b7e5
commit ae22d3dc85

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "cubicle-${version}";
version = "1.1.1";
version = "1.1.2";
src = fetchurl {
url = "http://cubicle.lri.fr/cubicle-${version}.tar.gz";
sha256 = "1sny9c4fm14k014pk62ibpwbrjjirkx8xmhs9jg7q1hk7y7x3q2h";
sha256 = "10kk80jdmpdvql88sdjsh7vqzlpaphd8vip2lp47aarxjkwjlz1q";
};
postPatch = ''