Merge pull request #300753 from mrcjkb/tuxedo-rs

tuxed-rs: 0.3.0 -> 0.3.1

authored by Peder Bergebakken Sundt and committed by GitHub 5e626f8e f587c5e4

+4 -4
+1 -1
pkgs/os-specific/linux/tailor-gui/default.nix
··· 26 cargoDeps = rustPlatform.fetchCargoTarball { 27 inherit src sourceRoot; 28 name = "${pname}-${version}"; 29 - hash = "sha256-mt4YQ0iB/Mlnm+o9sGgYVEdbxjF7qArxA5FIK4MAZ8M="; 30 }; 31 32 nativeBuildInputs = [
··· 26 cargoDeps = rustPlatform.fetchCargoTarball { 27 inherit src sourceRoot; 28 name = "${pname}-${version}"; 29 + hash = "sha256-jcjq0uls28V8Ka2CMM8oOQmZZRUr9eEQeVtW56AmU28="; 30 }; 31 32 nativeBuildInputs = [
+3 -3
pkgs/os-specific/linux/tuxedo-rs/default.nix
··· 6 }: 7 rustPlatform.buildRustPackage rec { 8 pname = "tuxedo-rs"; 9 - version = "0.3.0"; 10 11 # NOTE: This src is shared with tailor-gui. 12 # When updating, the tailor-gui.cargoDeps hash needs to be updated. ··· 14 owner = "AaronErhardt"; 15 repo = "tuxedo-rs"; 16 rev = "tailor-v${version}"; 17 - hash = "sha256-5F9Xo+tnmYqmFiKrKMe+EEqypmG9iIvwai5yuKCm00Y="; 18 }; 19 20 21 # Some of the tests are impure and rely on files in /etc/tailord 22 doCheck = false; 23 24 - cargoHash = "sha256-EPbh1elLOJKOrYLeBSaZ27zWGYFajiD60eFGEGaCJKw="; 25 26 passthru.tests.version = testers.testVersion { 27 package = tuxedo-rs;
··· 6 }: 7 rustPlatform.buildRustPackage rec { 8 pname = "tuxedo-rs"; 9 + version = "0.3.1"; 10 11 # NOTE: This src is shared with tailor-gui. 12 # When updating, the tailor-gui.cargoDeps hash needs to be updated. ··· 14 owner = "AaronErhardt"; 15 repo = "tuxedo-rs"; 16 rev = "tailor-v${version}"; 17 + hash = "sha256-+NzwUs8TZsA0us9hI1UmEKdiOo9IqTRmTOHs4xmC7MY="; 18 }; 19 20 21 # Some of the tests are impure and rely on files in /etc/tailord 22 doCheck = false; 23 24 + cargoHash = "sha256-HtyCKQ0xDIXevgr4FAnVJcDI8G6vR9fLHFghe9+ADiU="; 25 26 passthru.tests.version = testers.testVersion { 27 package = tuxedo-rs;