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>2022-01-11 11:37:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 11:37:24 +0000
commit6732e79a3225267220475b6f0a71f249ceb98361 (patch)
tree6cb9b11ff62f19a2f21bc1f1d3c9f0554910e13e /pkgs/applications/editors/gophernotes/default.nix
parent231e96096316ece50435387e15e0afbc81aa2c7e (diff)
gophernotes: 0.7.3 -> 0.7.4
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 fe694c1add4fb..c7375536bf5b6 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.3";
+  version = "0.7.4";
 
   src = fetchFromGitHub {
     owner = "gopherdata";
     repo = "gophernotes";
     rev = "v${version}";
-    sha256 = "sha256-LiYPos6Ic+se5bTTkvggmyxyS20uhgALkDU2LoXTci8=";
+    sha256 = "sha256-ZyZ5VOZEgFn9QrFBC1bNHKA2g8msDUnd1c5plooO+b8=";
   };
 
-  vendorSha256 = "sha256-wDMx3B47Vv87/3YEPX8/70Q5/REJ7IPvw8dA/viJiSY=";
+  vendorSha256 = "sha256-NH8Hz9SzmDksvGqCpggi6hG4kW+AoA1tctF6rGgy4H4=";
 
   meta = with lib; {
     description = "Go kernel for Jupyter notebooks";