gnomeExtensions.unite: 49 -> 50

This commit is contained in:
Ryan Horiguchi 2021-04-16 16:04:24 +02:00
parent d7ffdde842
commit 9ad3ceaea4
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 = "49";
version = "50";
src = fetchFromGitHub {
owner = "hardpixel";
repo = "unite-shell";
rev = "v${version}";
sha256 = "12kjljw253hshaz6x886kg3mc93lb4pxwd05qihww6m5k4lqjcy5";
sha256 = "14n9lrjbxcmvcjnh6zbwlc1paqfhbg81lj0y2d35sh1c2fbsb7d9";
};
uuid = "unite@hardpixel.eu";