cinnamon.xapp: 2.8.1 -> 2.8.2
https://github.com/linuxmint/xapp/compare/2.8.1...2.8.2
This commit is contained in:
parent
366c8b113b
commit
1440f62d53
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xapp";
|
pname = "xapp";
|
||||||
version = "2.8.1";
|
version = "2.8.2";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "linuxmint";
|
owner = "linuxmint";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-JsaH74h36FTIYVKiULmisK/RFGMZ79rhr7sacFnpFas=";
|
hash = "sha256-n600mc8/4+bYUtYaHUnmr90ThVkngcu8Ft02iuSrWWQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Recommended by upstream, which enables the build of xapp-debug.
|
# Recommended by upstream, which enables the build of xapp-debug.
|
||||||
|
|
Loading…
Reference in a new issue