Merge pull request #209296 from r-ryantm/auto-update/nb

nb: 7.2.0 -> 7.2.1
This commit is contained in:
figsoda 2023-01-06 12:45:44 -05:00 committed by GitHub
commit 098458734c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.2.0";
version = "7.2.1";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-/ibKlmLWmW1Gp95Bd/23CkRs0XVsy6gScmws3gUlszo=";
sha256 = "sha256-JBWZsMs1FijV1gWw2+K8DturOSEosGRfYmeHDPCwIs8=";
};
nativeBuildInputs = [ installShellFiles ];