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-07-28 13:23:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 13:23:27 +0000
commit4ccc3e14b4cecd2a7ca8868767b1b0664b7c3ffd (patch)
treed774949ae287a453bc1bc059661154062b328b3c /pkgs/applications/editors/gophernotes/default.nix
parent2d9b7cb5f0a41da95fccc120acf730fd20d8598d (diff)
gophernotes: 0.7.4 -> 0.7.5
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 c7375536bf5b6..9efb2fd57714b 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.4";
+  version = "0.7.5";
 
   src = fetchFromGitHub {
     owner = "gopherdata";
     repo = "gophernotes";
     rev = "v${version}";
-    sha256 = "sha256-ZyZ5VOZEgFn9QrFBC1bNHKA2g8msDUnd1c5plooO+b8=";
+    sha256 = "sha256-cGlYgay/t6XIl0U9XvrHkqNxZ6BXtXi0TIANY1WdZ3Y=";
   };
 
-  vendorSha256 = "sha256-NH8Hz9SzmDksvGqCpggi6hG4kW+AoA1tctF6rGgy4H4=";
+  vendorSha256 = "sha256-iIBqx52fD12R+7MSjQNihMYYtZ9vPAdJndOG4YJVhy4=";
 
   meta = with lib; {
     description = "Go kernel for Jupyter notebooks";