t3code: 0.0.22 -> 0.0.23

This commit is contained in:
Angel J
2026-05-09 19:18:02 -07:00
parent b3da656039
commit ea2faddf35
+3 -3
View File
@@ -80,13 +80,13 @@ stdenv.mkDerivation (
runHook postInstall
'';
outputHash = "sha256-zO4LNUxU0q/+kKBtRQKNTzWHnmGT4ONMRkyJem3ei/o=";
outputHash = "sha256-aHy6OpzwYLStC8LrME2dXKrz4aKPgHNL6oONRn89gjc=";
outputHashMode = "recursive";
};
in
{
pname = "t3code";
version = "0.0.22";
version = "0.0.23";
strictDeps = true;
__structuredAttrs = true;
@@ -94,7 +94,7 @@ stdenv.mkDerivation (
owner = "pingdotgg";
repo = "t3code";
tag = "v${finalAttrs.version}";
hash = "sha256-ZSUmu3FT+wpCLwpUv3yrFWC4EzcVvev9cZQ/FyeLjqI=";
hash = "sha256-gsDHogGnzKVwypGwK1PzYBXpBYBFQHIbXMpWVUGzKU8=";
};
postPatch = ''