hasciicam: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm
2026-07-17 09:03:42 +00:00
parent 705ffce919
commit abb7950c85
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hasciicam";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "dyne";
repo = "hasciicam";
tag = "v${finalAttrs.version}";
hash = "sha256-agwNuIxO+o4HHkjd3TikYuVNgO0vlDPikcZoLDVLCUc=";
hash = "sha256-Zh/yJJHWcD79J2HvUD5h4itg4jlDvpVb4cSwMsB1QOg=";
};
__structuredAttrs = true;