twm: 0.11.0 -> 0.12.3 (#379648)

authored by Weijia Wang and committed by GitHub 9beae3ae 71952c30

+4 -5
+4 -5
pkgs/by-name/tw/twm/package.nix
··· 1 { 2 lib, 3 - darwin, 4 fetchFromGitHub, 5 stdenv, 6 rustPlatform, ··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "twm"; 15 - version = "0.11.0"; 16 17 src = fetchFromGitHub { 18 owner = "vinnymeller"; 19 repo = "twm"; 20 tag = "v${version}"; 21 - hash = "sha256-SiwLqUq/gC8Tr31jjblLc9YP4yBi9HL38W83kgh7eJI="; 22 }; 23 24 useFetchCargoVendor = true; 25 - cargoHash = "sha256-iqFPerePQStx1QsFW+2nDNSZEMlDW2HNW05i38rMYgg="; 26 27 nativeBuildInputs = [ 28 pkg-config ··· 30 ]; 31 buildInputs = [ 32 openssl 33 - ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; 34 35 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 36 installShellCompletion --cmd twm \
··· 1 { 2 lib, 3 fetchFromGitHub, 4 stdenv, 5 rustPlatform, ··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "twm"; 14 + version = "0.12.3"; 15 16 src = fetchFromGitHub { 17 owner = "vinnymeller"; 18 repo = "twm"; 19 tag = "v${version}"; 20 + hash = "sha256-Hta9IvPViZFEiR+RXRmlPRwIu10D9B5dbXzhflxzBhY="; 21 }; 22 23 useFetchCargoVendor = true; 24 + cargoHash = "sha256-buiU+umHqyZ/3YoW2+5QpmF9AGEuNUihro5PFuWFSH4="; 25 26 nativeBuildInputs = [ 27 pkg-config ··· 29 ]; 30 buildInputs = [ 31 openssl 32 + ]; 33 34 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 35 installShellCompletion --cmd twm \