gophernotes: 0.7.1 -> 0.7.2
This commit is contained in:
parent
e35acbb6d8
commit
aaca3b0084
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gophernotes";
|
pname = "gophernotes";
|
||||||
version = "0.7.1";
|
version = "0.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gopherdata";
|
owner = "gopherdata";
|
||||||
repo = "gophernotes";
|
repo = "gophernotes";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hs92bdrsjqafdkhg2fk3z16h307i32mvbm9f6bb80bgsciysh27";
|
sha256 = "sha256-EEMKV+k5qcep4z7J5r1nSLxmb0fbfpJOPmz5bE91cd8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "1ylqf1sx0h2kixnq9f3prn3sha43q3ybd5ay57yy5z79qr8zqvxs";
|
vendorSha256 = "sha256-Wy4HcPlrlYUjRQHhw+UPAa+Rn1FvJobWGxgFiJKJTAg=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Go kernel for Jupyter notebooks";
|
description = "Go kernel for Jupyter notebooks";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user