3
0
Fork 0
forked from mirrors/nixpkgs

nautilus-open-any-terminal: 0.2.16 -> 0.3.0

This commit is contained in:
Felix Buehler 2022-05-22 18:59:01 +02:00
parent c0723eef37
commit 8875168bb2

View file

@ -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 ];