nb: 7.15.0 -> 7.15.1 (#370332)

This commit is contained in:
toonn
2025-01-03 20:36:07 +01:00
committed by GitHub
+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 ];