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

nb: 7.9.0 -> 7.9.1
This commit is contained in:
Weijia Wang 2024-01-03 19:41:13 +01:00 committed by GitHub
commit 8f15338c19
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.9.0";
version = "7.9.1";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-5pKRZfLEFoB9abQdUTETMJhhgDFqlH/URipUv3cLnxQ=";
sha256 = "sha256-GS/8UpW99VofpY7R1V5A/Td8niLFthJcNzLS0hI89SI=";
};
nativeBuildInputs = [ installShellFiles ];