about summary refs log tree commit diff
path: root/pkgs/applications/editors/gophernotes/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-25 11:36:48 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-28 11:38:17 -0700
commit886c38abb8dc139652169a11044a0f61f0afa69e (patch)
tree882d9b9291226a6948df9658f48901ae781e65e5 /pkgs/applications/editors/gophernotes/default.nix
parent87f2fe53663c0fc6c6d6eee6f0d773b50ecd3020 (diff)
gophernotes: 0.7.2 -> 0.7.3
Diffstat (limited to 'pkgs/applications/editors/gophernotes/default.nix')
-rw-r--r--pkgs/applications/editors/gophernotes/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/gophernotes/default.nix b/pkgs/applications/editors/gophernotes/default.nix
index 468b3ff03838f..fe694c1add4fb 100644
--- a/pkgs/applications/editors/gophernotes/default.nix
+++ b/pkgs/applications/editors/gophernotes/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "gophernotes";
-  version = "0.7.2";
+  version = "0.7.3";
 
   src = fetchFromGitHub {
     owner = "gopherdata";
     repo = "gophernotes";
     rev = "v${version}";
-    sha256 = "sha256-EEMKV+k5qcep4z7J5r1nSLxmb0fbfpJOPmz5bE91cd8=";
+    sha256 = "sha256-LiYPos6Ic+se5bTTkvggmyxyS20uhgALkDU2LoXTci8=";
   };
 
-  vendorSha256 = "sha256-Wy4HcPlrlYUjRQHhw+UPAa+Rn1FvJobWGxgFiJKJTAg=";
+  vendorSha256 = "sha256-wDMx3B47Vv87/3YEPX8/70Q5/REJ7IPvw8dA/viJiSY=";
 
   meta = with lib; {
     description = "Go kernel for Jupyter notebooks";