notcurses: 3.0.11 -> 3.0.12

This commit is contained in:
R. Ryantm
2025-01-09 13:46:51 +00:00
parent 67d39b38ad
commit 52f9daeb35
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "notcurses";
version = "3.0.11";
version = "3.0.12";
src = fetchFromGitHub {
owner = "dankamongmen";
repo = "notcurses";
rev = "v${version}";
sha256 = "sha256-3ddiHzPZ74GN2Hu+6Oe1DaNFn6S9gegGwXSX8fbtPp8=";
sha256 = "sha256-x7utMjXel5ax3mN7/QmSwFXCUVrkAx4exRHDTNIEETM=";
};
outputs = [