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

nb: 7.8.0 -> 7.9.0
This commit is contained in:
toonn
2023-12-07 15:43:13 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.8.0";
version = "7.9.0";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-8TOEPPtwxbTlm5nGMjOmH8lvsDu0vNgvxaUOgKS1l/g=";
sha256 = "sha256-5pKRZfLEFoB9abQdUTETMJhhgDFqlH/URipUv3cLnxQ=";
};
nativeBuildInputs = [ installShellFiles ];