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

nb: 7.5.1 -> 7.7.1
This commit is contained in:
toonn 2023-10-11 18:21:34 +02:00 committed by GitHub
commit 3b3b182994
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.5.1";
version = "7.7.1";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-CZcXV8ZRFnx0qI5vZ8adXUAJWAR+KG/ChTFDQWKqmsA=";
sha256 = "sha256-v5HBz3N8H1LBtCRjw+033TRokgVPX5MQ+f7fPvCGBpA=";
};
nativeBuildInputs = [ installShellFiles ];