gnomeExtensions.unite: 48 -> 49

This commit is contained in:
Ryan Horiguchi 2021-04-10 21:41:26 +02:00
parent 7ed6404672
commit b79e96e2ed
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A

View file

@ -1,13 +1,13 @@
{ lib, stdenv, gnome3, fetchFromGitHub, xprop, glib }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-unite";
version = "48";
version = "49";
src = fetchFromGitHub {
owner = "hardpixel";
repo = "unite-shell";
rev = "v${version}";
sha256 = "1rc9h7zrg9pvyl619ychcp0w7wmnf4ndaq2knv490kzhy0idj18j";
sha256 = "12kjljw253hshaz6x886kg3mc93lb4pxwd05qihww6m5k4lqjcy5";
};
uuid = "unite@hardpixel.eu";