nb: 7.20.1 -> 7.21.1

This commit is contained in:
R. Ryantm
2025-09-13 18:19:35 +00:00
parent f4ee7c9223
commit cd9a2e7a24
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.20.1";
version = "7.21.1";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
hash = "sha256-926M5Tg1XWZR++neCou/uy1RtLeIbqHdA1vHaJv/e9o=";
hash = "sha256-d9QhJBRdfTMIDHFOX4/fMmZnqCMeGqQhJTr60Ea7ucw=";
};
nativeBuildInputs = [ installShellFiles ];