Skip to content

Commit

Permalink
mate.mate-desktop: 1.24.0 -> 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Sep 18, 2020
1 parent 2ffe577 commit 6893ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/mate-desktop/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "mate-desktop";
version = "1.24.0";
version = "1.24.1";

src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0l4bbj6nz315s5ndq5sw1jcgi3s1whk59bj12c4mbpsvmlb33adg";
sha256 = "1nd1dn8mm1z6x4r68a25q4vzys1a6fmbzc94ss1z1n1872pczs6i";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6893ac0

Please sign in to comment.