Unverified Commit 1e32703b authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

gnomeExtensions.unite: 79 -> 80 (#343494)

parents 329b4ddb bf41830b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "gnome-shell-extension-unite";
  version = "79";
  version = "80";

  src = fetchFromGitHub {
    owner = "hardpixel";
    repo = "unite-shell";
    rev = "v${version}";
    hash = "sha256-OyxNibjQn7VBEdAPUaGd0MEgzCzpaFqViMKhF52haUI=";
    hash = "sha256-mK5EoGlfJ6JGQkKuYFg1wxwyL5p+woIlJfkj9UWozio=";
  };

  passthru = {