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

nb: 7.11.0 -> 7.12.1
This commit is contained in:
toonn 2024-02-20 15:42:37 +01:00 committed by GitHub
commit 85b6c10246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.11.0";
version = "7.12.1";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-A7RC8Zsj746lVm9uqD1W+9gRA/zC+p12WsVVudGBxa8=";
sha256 = "sha256-vy2WrFh4ukc6f0YFVaHvw0k1Wm9mdhh9p2MKLc/566U=";
};
nativeBuildInputs = [ installShellFiles ];