boxes: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm
2024-10-04 08:34:24 +02:00
committed by Bjørn Forsman
parent 3e9b0cdf35
commit b68d5076cd
+2 -2
View File
@@ -2,13 +2,13 @@
gccStdenv.mkDerivation rec {
pname = "boxes";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "ascii-boxes";
repo = "boxes";
rev = "v${version}";
hash = "sha256-/gc/5vDflmEwOtQbtLwRcchyr22rLQcWqs5GrwRxY70=";
hash = "sha256-dvhb5KWBQt7g4n0ZTQMcJQljIfavV3g8i+P3PWB6Gwk=";
};
# Building instructions: