forked from mirrors/nixpkgs
nautilus-open-any-terminal: 0.2.16 -> 0.3.0
This commit is contained in:
parent
c0723eef37
commit
8875168bb2
|
@ -15,13 +15,13 @@
|
|||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
pname = "nautilus-open-any-terminal";
|
||||
version = "0.2.16";
|
||||
version = "0.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Stunkymonkey";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-g5B+tp131vmjShBCGrKR5ZQCjtJY823/kPacZ0S9E80=";
|
||||
sha256 = "sha256-PF6DVpiAPL9NG4jK6wDqdqYw+26Nks/bGEbbaV/5aIs=";
|
||||
};
|
||||
|
||||
patches = [ ./hardcode-gsettings.patch ];
|
||||
|
|
Loading…
Reference in a new issue