notcurses: 3.0.12 -> 3.0.13

This commit is contained in:
R. Ryantm
2025-01-23 05:16:25 +00:00
parent 4ea755ed46
commit edcda1d82e
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "notcurses";
version = "3.0.12";
version = "3.0.13";
src = fetchFromGitHub {
owner = "dankamongmen";
repo = "notcurses";
rev = "v${version}";
sha256 = "sha256-x7utMjXel5ax3mN7/QmSwFXCUVrkAx4exRHDTNIEETM=";
sha256 = "sha256-i3UNd1y88aOGBp2r9itBFd9w+UJQhleJQHZOiK0d26w=";
};
outputs = [