i3wsr: 2.0.0 -> 2.0.1

authored by

R. RyanTM and committed by
tomberek
7566f5ed 74f3ae80

+3 -3
+3 -3
pkgs/applications/window-managers/i3/wsr.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "i3wsr"; 5 - version = "2.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "roosta"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-PluczllPRlfzoM2y552YJirrX5RQZQAkBQkner7fWhU="; 12 }; 13 14 - cargoSha256 = "sha256-GwRiyAHTcRoByxUViXSwslb+IAP6LK8IWZ0xICQ8qag="; 15 16 nativeBuildInputs = [ python3 ]; 17 buildInputs = [ libxcb ];
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "i3wsr"; 5 + version = "2.0.1"; 6 7 src = fetchFromGitHub { 8 owner = "roosta"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-JzQWfC0kmnMArpIAE5fgb3YLmXktSCH5aUdrQH9pCbo="; 12 }; 13 14 + cargoSha256 = "sha256-ZvSdJLaw1nfaqpTBKIiHiXvNFSZhsmLk0PBrV6ykv/w="; 15 16 nativeBuildInputs = [ python3 ]; 17 buildInputs = [ libxcb ];