mate-notification-daemon: 1.18.0 -> 1.18.1
This commit is contained in:
parent
acfc6218cc
commit
de8df90bda
@ -5,11 +5,11 @@ stdenv.mkDerivation rec {
|
|||||||
name = "mate-notification-daemon-${version}";
|
name = "mate-notification-daemon-${version}";
|
||||||
version = "${major-ver}.${minor-ver}";
|
version = "${major-ver}.${minor-ver}";
|
||||||
major-ver = "1.18";
|
major-ver = "1.18";
|
||||||
minor-ver = "0";
|
minor-ver = "1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
|
||||||
sha256 = "0rhhv99ipxy7l4fdgwvqp3g0c3d4njq0fhkag2vs1nwc6kx0h7sc";
|
sha256 = "102nmd6mnf1fwvw11ggdlgcblq612nd4aar3gdjzqn1fw37591i5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user