about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-09 14:02:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-09 14:02:43 +0000
commit6b2b317f70a73b09df240a212a0feccb60f21195 (patch)
treeb1d012bed5ca3fd8284f3a24912bc041b235ad22 /pkgs/applications/editors
parentc29ccca1a3158d7ccd38b0a82ffa3a270ab4875a (diff)
o: 2.58.0 -> 2.60.5
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/o/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/o/default.nix b/pkgs/applications/editors/o/default.nix
index 18654f3901e6b..2415ddd289098 100644
--- a/pkgs/applications/editors/o/default.nix
+++ b/pkgs/applications/editors/o/default.nix
@@ -4,16 +4,16 @@
 
 buildGoModule rec {
   pname = "o";
-  version = "2.58.0";
+  version = "2.60.5";
 
   src = fetchFromGitHub {
     owner = "xyproto";
     repo = "o";
     rev = "v${version}";
-    hash = "sha256-oYWlciTQ/4mm/gTSQEkD/xPeLfDjIAMksjj1DVodZW4=";
+    hash = "sha256-gCE4mrZXLFteZKUPDsAc1hS1I/WTns9I9oZE5bAF7fU=";
   };
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   postPatch = lib.optionalString stdenv.isDarwin ''
     substituteInPlace Makefile \