gg-scm: 1.2.1 -> 1.3.0

This commit is contained in:
Ross Light 2022-03-03 15:28:06 -08:00
parent 446a90e111
commit b72cc97c52

View file

@ -10,8 +10,8 @@
}: }:
let let
version = "1.2.1"; version = "1.3.0";
commit = "eed9dc7c82c5a7fbc13fd9b496e1faaec3f20d57"; commit = "5bfe79b3632f15c442e8dc51ec206ab76354487f";
in buildGoModule { in buildGoModule {
pname = "gg-scm"; pname = "gg-scm";
inherit version; inherit version;
@ -20,7 +20,7 @@ in buildGoModule {
owner = "gg-scm"; owner = "gg-scm";
repo = "gg"; repo = "gg";
rev = "v${version}"; rev = "v${version}";
sha256 = "770c807403f5d99cea6450f889d268800e1c2563f0cd6142936741c40b29cc95"; sha256 = "e628aeddb94d2470de860df09ef65499f8c5493fb336bf3df8502842ee02487f";
}; };
postPatch = '' postPatch = ''
substituteInPlace cmd/gg/editor_unix.go \ substituteInPlace cmd/gg/editor_unix.go \