Merge pull request #262199 from r-ryantm/auto-update/tecoc

tecoc: unstable-2023-04-21 -> unstable-2023-06-21
This commit is contained in:
Nick Cao
2023-10-20 08:15:18 -04:00
committed by GitHub
+3 -3
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tecoc";
version = "unstable-2023-04-21";
version = "unstable-2023-06-21";
src = fetchFromGitHub {
owner = "blakemcbride";
repo = "TECOC";
rev = "021d1d15242b9d6c84d70c9ffcf1871793898f0a";
hash = "sha256-VGIO+uiAZkdzLYmJztmnKTS4HDIVow4AimaneHj7E1M=";
rev = "b4a96395a18c7e64ccaef0e25fdde3b7ef33ac4b";
hash = "sha256-KTOGsTtxJh2sneU2VoDNUHcL3m8zt+3rBZTDvK1n02A=";
};
buildInputs = [ ncurses ];