tangram: 3.3 -> 3.4 (#485757)

This commit is contained in:
Nikolay Korotkiy
2026-02-01 11:02:39 +00:00
committed by GitHub
+2 -2
View File
@@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tangram";
version = "3.3";
version = "3.4";
src = fetchFromGitHub {
owner = "sonnyp";
repo = "Tangram";
tag = "v${finalAttrs.version}";
hash = "sha256-OtQN8Iigu92iKa7CAaslIpbS0bqJ9Vus++inrgV/eeM=";
hash = "sha256-NTTunlWeS44iUxrfvjwB4NBbYjojVP2SxLDvh+aXvOA=";
fetchSubmodules = true;
};