mate.mate-calc: 1.26.0 -> 1.28.0

https://github.com/mate-desktop/mate-calc/compare/v1.26.0...v1.28.0
This commit is contained in:
Bobby Rong 2024-02-15 02:10:13 +00:00
parent ce68cafc54
commit 4d40b2ed75
No known key found for this signature in database

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "mate-calc";
version = "1.26.0";
version = "1.28.0";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y";
sha256 = "gEsSXR4oZLHnSvgW2psquLGUcrmvl0Q37nNVraXmKPU=";
};
nativeBuildInputs = [