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