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

nb: 7.7.1 -> 7.8.0
This commit is contained in:
toonn 2023-11-11 16:21:49 +01:00 committed by GitHub
commit f2bd8adf7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.7.1";
version = "7.8.0";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-v5HBz3N8H1LBtCRjw+033TRokgVPX5MQ+f7fPvCGBpA=";
sha256 = "sha256-8TOEPPtwxbTlm5nGMjOmH8lvsDu0vNgvxaUOgKS1l/g=";
};
nativeBuildInputs = [ installShellFiles ];