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

This commit is contained in:
Winter 2022-08-01 23:38:06 -04:00 committed by GitHub
commit 1e7b1d7c5f
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 = "6.10.1";
version = "6.11.2";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "00c0k12yc2vqx0am1mhcjbn7fh3dab2zixslyh1smzcww275rk59";
sha256 = "sha256-FHyI9Bwci2spMz5DiSyVsJ5Vz1t/NJ3gsg13fBbanpc=";
};
nativeBuildInputs = [ installShellFiles ];