Unverified Commit 42ec1ce7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gnomeExtensions.unite: 83 -> 84 (#462271)

parents ae4d9b59 57916dae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "gnome-shell-extension-unite";
  version = "83";
  version = "84";

  src = fetchFromGitHub {
    owner = "hardpixel";
    repo = "unite-shell";
    rev = "v${version}";
    hash = "sha256-L920BTDEQd/XP+Qa/f4VniCTJhVGgjipCcTAYPdfXg8=";
    hash = "sha256-ZaZs+PqnwMHfCejPt4wBZttT4J5gUlFQ8NjhaOPWGqQ=";
  };

  passthru = {