gnome3.gnome-calculator: 3.28.2 → 3.30.1

This commit is contained in:
Jan Tojnar 2018-09-05 00:45:27 +00:00
parent 83ce748807
commit 3493889bbb
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gnome-calculator-${version}";
version = "3.28.2";
version = "3.30.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calculator/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0izsrqc9fm2lh25jr3nzi94p5hh2d3cklxqczbq16by85wr1xm5s";
sha256 = "0qkzcmj51cjmljxl1nc84h6jgq1a51xj4g6jwh3ymgm19m3sqypc";
};
nativeBuildInputs = [