Unverified Commit 47d90ec9 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

nautilus-open-any-terminal: 0.6.0 -> 0.6.1 (#402491)

parents fdb6c240 02c61712
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

python3.pkgs.buildPythonPackage rec {
  pname = "nautilus-open-any-terminal";
  version = "0.6.0";
  version = "0.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Stunkymonkey";
    repo = pname;
    tag = version;
    hash = "sha256-jKPqgd0sSt/qKPqbYbvdeGuo78R5gp1R5tSTPAzz+IU=";
    hash = "sha256-oiyXDeunAgs3uCrqHKdTcOvXD4vmx8Z3uFutNYpGxtc=";
  };

  patches = [ ./hardcode-gsettings.patch ];