about summary refs log tree commit diff
path: root/pkgs/applications/editors/gophernotes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-19 15:14:18 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-19 15:14:18 +0000
commitaaca3b0084fa19bf2899c8acb55ec5089438bb92 (patch)
treebef4c999811e89e4e78ca6faacd074a45226b29d /pkgs/applications/editors/gophernotes
parente35acbb6d89cd2c2a9cdc97138b3aae352de8c3f (diff)
gophernotes: 0.7.1 -> 0.7.2
Diffstat (limited to 'pkgs/applications/editors/gophernotes')
-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 e48ee4dd13c73..161acb54bbad5 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.1";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "gopherdata";
     repo = "gophernotes";
     rev = "v${version}";
-    sha256 = "0hs92bdrsjqafdkhg2fk3z16h307i32mvbm9f6bb80bgsciysh27";
+    sha256 = "sha256-EEMKV+k5qcep4z7J5r1nSLxmb0fbfpJOPmz5bE91cd8=";
   };
 
-  vendorSha256 = "1ylqf1sx0h2kixnq9f3prn3sha43q3ybd5ay57yy5z79qr8zqvxs";
+  vendorSha256 = "sha256-Wy4HcPlrlYUjRQHhw+UPAa+Rn1FvJobWGxgFiJKJTAg=";
 
   meta = with lib; {
     description = "Go kernel for Jupyter notebooks";