tremotesf: 2.7.5 -> 2.8.2

R. Ryantm 9fb95bb2 3457f544

+2 -2
+2 -2
pkgs/by-name/tr/tremotesf/package.nix
··· 12 13 stdenv.mkDerivation (finalAttrs: { 14 pname = "tremotesf"; 15 - version = "2.7.5"; 16 17 src = fetchFromGitHub { 18 owner = "equeim"; 19 repo = "tremotesf2"; 20 tag = finalAttrs.version; 21 - hash = "sha256-LJ73ZynofPOMS5rSohJSY94vSQvGfNiNFRyGu6LPfU0="; 22 # We need this for src/libtremotesf 23 fetchSubmodules = true; 24 };
··· 12 13 stdenv.mkDerivation (finalAttrs: { 14 pname = "tremotesf"; 15 + version = "2.8.2"; 16 17 src = fetchFromGitHub { 18 owner = "equeim"; 19 repo = "tremotesf2"; 20 tag = finalAttrs.version; 21 + hash = "sha256-o6GSuRKO2LNpaFUuSu6VUeZN/blfpsz/piE7RZ47YfI="; 22 # We need this for src/libtremotesf 23 fetchSubmodules = true; 24 };