deepin.deepin-wm: 1.9.32 -> 1.9.33

This commit is contained in:
José Romildo Malaquias 2018-11-08 23:37:01 -02:00
parent 02931474a7
commit 7bfab6e5eb

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-wm";
version = "1.9.32";
version = "1.9.33";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "02vwbkfpxcwv01vqa70pg7dm0lhm1lwhdqhk057r147a9cjb3ssc";
sha256 = "01l2np31g7fnh61fgq927h7a6xrmdvagqd41vr29a6cc3q9q9rzv";
};
nativeBuildInputs = [