hstr: 3.1 -> 3.2 (#521020)

This commit is contained in:
Colin
2026-06-09 16:50:41 +00:00
committed by GitHub
+3 -3
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hstr";
version = "3.1";
version = "3.2";
src = fetchFromGitHub {
owner = "dvorka";
repo = "hstr";
rev = finalAttrs.version;
hash = "sha256-OuLy1aiEwUJDGy3+UXYF1Vx1nNXic46WIZEM1xrIPfA=";
tag = "v${finalAttrs.version}";
hash = "sha256-c+YUpry96OGJ7nmBw180W2r0z4EBd2Cl3SyOQrNxP+o=";
};
nativeBuildInputs = [