tangram: 3.1 -> 3.3 (#378037)

authored by Donovan Glover and committed by GitHub 5f3a0589 a319d966

+2 -2
+2 -2
pkgs/by-name/ta/tangram/package.nix
··· 27 27 28 28 stdenv.mkDerivation rec { 29 29 pname = "tangram"; 30 - version = "3.1"; 30 + version = "3.3"; 31 31 32 32 src = fetchFromGitHub { 33 33 owner = "sonnyp"; 34 34 repo = "Tangram"; 35 35 rev = "v${version}"; 36 - hash = "sha256-vN9zRc8Ac9SI0lIcuf01A2WLqLGtV3DUiNzCSmc2ri4="; 36 + hash = "sha256-OtQN8Iigu92iKa7CAaslIpbS0bqJ9Vus++inrgV/eeM="; 37 37 fetchSubmodules = true; 38 38 }; 39 39