gnomeExtensions.unite: 51 -> 52 (#119924)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Ryan Horiguchi 2021-04-20 20:22:12 +02:00 committed by GitHub
parent 30b7492d9b
commit 597f29e254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,14 @@
{ lib, stdenv, gnome3, fetchFromGitHub, xprop, glib }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-unite";
version = "51";
version = "52";
src = fetchFromGitHub {
owner = "hardpixel";
repo = "unite-shell";
rev = "v${version}";
sha256 = "0mic7h5l19ly79l02inm33992ffkxsh618d6zbr39gvn4405g6wk";
sha256 = "1zahng79m2gw27fb2sw8zyk2n07qc0hbn02g5mfqzhwk62g97v4y";
};
uuid = "unite@hardpixel.eu";