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

nb: 7.2.1 -> 7.3.0
This commit is contained in:
figsoda 2023-01-13 17:02:42 -05:00 committed by GitHub
commit de27be4093
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.1";
version = "7.3.0";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-JBWZsMs1FijV1gWw2+K8DturOSEosGRfYmeHDPCwIs8=";
sha256 = "sha256-R5B49648X9UP2al4VRRAl/T9clgvCztYxpbDHwQmDM8=";
};
nativeBuildInputs = [ installShellFiles ];