nb: 7.15.0 -> 7.15.1

This commit is contained in:
R. Ryantm
2025-01-02 18:40:27 +00:00
parent 5503736c2b
commit 3ed899a4eb
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.15.0";
version = "7.15.1";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
hash = "sha256-dZl/WYmm+UTPYuvVf+7zvU7ms5x/cwnC56y+PIRx3Hc=";
hash = "sha256-ep3EHqYz4xkTQSTSr0gnPqu8f04j2xAVbSpa1VUZJB4=";
};
nativeBuildInputs = [ installShellFiles ];