alttab: 1.5.0 -> 1.6.0 (#116390)

This commit is contained in:
R. RyanTM 2021-03-15 05:25:03 -07:00 committed by GitHub
parent 18f9a74a18
commit 22a56ecc93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
, xorg }:
stdenv.mkDerivation rec {
version = "1.5.0";
version = "1.6.0";
pname = "alttab";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "sagb";
repo = pname;
rev = "v${version}";
sha256 = "026xd1bkg10fj2q1n6xx797xk1grpby25qj1pnw2lp4f3vc19qn6";
sha256 = "sha256-G4tu008IC3RCeCRZVKFPY2+ioLuUa9hDDKUx1q5C5FQ=";
};
nativeBuildInputs = [