Unverified Commit c5c594d5 authored by Jan Tojnar's avatar Jan Tojnar Committed by GitHub
Browse files

Merge gnomeExtensions.guillotine: 25 -> 26 (#398399)

parents f777a743 b40764fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
# https://gitlab.com/ente76/guillotine/-/issues/17
stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-shell-extension-guillotine";
  version = "25";
  version = "26";

  src = fetchFromGitLab {
    owner = "ente76";
    repo = "guillotine";
    rev = "v${finalAttrs.version}";
    hash = "sha256-HEk1owolLIea4kymoVVeviZ1Ms0kSuHWUda+u+uIh0A=";
    hash = "sha256-6RuHargk7sq6oUKj+aGPFp3t0LJCpj6RwLhNzAM5wVA=";
  };

  nativeBuildInputs = [ glib ];