lol

i3wsr: 3.1.1 -> 3.1.2 (#427153)

authored by

Nick Cao and committed by
GitHub
8ec311dd 5f6c3d91

+3 -3
+3 -3
pkgs/applications/window-managers/i3/wsr.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "i3wsr"; 11 - version = "3.1.1"; 11 + version = "3.1.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "roosta"; 15 15 repo = "i3wsr"; 16 16 rev = "v${version}"; 17 - hash = "sha256-RTJ+up3mt6KuMkTBCXDUmztxwEQCeyAjuhhOUrdIfTo="; 17 + hash = "sha256-8cQM2M9XjS4FSSX1/WHqmTP842Ahd1XoaqOWSGSEE0s="; 18 18 }; 19 19 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-7WS+8EGGl8sJ3TeT7IM+u1AiD0teJ2AITb++zK/keXs="; 21 + cargoHash = "sha256-d+pFDvmfsuJbanUlheHxln9BY1HxU3UQE+pWRthGcc4="; 22 22 23 23 nativeBuildInputs = [ python3 ]; 24 24 buildInputs = [ libxcb ];