Merge pull request #129501 from r-ryantm/auto-update/leftwm

leftwm: 0.2.7 -> 0.2.8

authored by Jörg Thalheim and committed by GitHub d3acbe8b d25f9e64

+3 -3
+3 -3
pkgs/applications/window-managers/leftwm/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "leftwm"; 9 - version = "0.2.7"; 10 11 src = fetchFromGitHub { 12 owner = "leftwm"; 13 repo = "leftwm"; 14 rev = version; 15 - sha256 = "sha256-nRPt+Tyfq62o+3KjsXkHQHUMMslHFGNBd3s2pTb7l4w="; 16 }; 17 18 - cargoSha256 = "sha256-lmzA7XM8B5QJI4Wo0cKeMR3+np6jT6mdGzTry4g87ng="; 19 20 nativeBuildInputs = [ makeWrapper ]; 21 buildInputs = [ libX11 libXinerama ];
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "leftwm"; 9 + version = "0.2.8"; 10 11 src = fetchFromGitHub { 12 owner = "leftwm"; 13 repo = "leftwm"; 14 rev = version; 15 + sha256 = "sha256-T4A9NGT6sUSTKmLcAWjcp3Y8QQzZFAVSXevXtGm3szY="; 16 }; 17 18 + cargoSha256 = "sha256-2prRtdBxpYc2xI/bLZNlqs3mxESfO9GhNUSlKFF//eE="; 19 20 nativeBuildInputs = [ makeWrapper ]; 21 buildInputs = [ libX11 libXinerama ];