nb: 7.21.3 -> 7.22.1
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nb";
|
pname = "nb";
|
||||||
version = "7.21.3";
|
version = "7.22.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xwmx";
|
owner = "xwmx";
|
||||||
repo = "nb";
|
repo = "nb";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-jvjAxXynLo19D5GdnEXtmcrxjXQRYQYOiZ6I1Wl47xA=";
|
hash = "sha256-WYOU4ybcuZa45P68r6NlhMYii1YUvCTmYicpVuGg7BM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|||||||
Reference in New Issue
Block a user