waybar: 0.6.1 -> 0.6.5

This commit is contained in:
Minijackson 2019-05-18 10:19:16 +02:00
parent c0a0dc19ce
commit 53947f19c2
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation rec {
name = "waybar-${version}";
version = "0.6.1";
version = "0.6.5";
src = fetchFromGitHub {
owner = "Alexays";
repo = "Waybar";
rev = version;
sha256 = "1hzwqg22sjiirx6743512271p3jlakrw0155av1phrv5b7p3ws8a";
sha256 = "1k3ynx5ssq7ji0nlx0n7zrgrshxv5abj8fa8c5lcyxr2wxffna9z";
};
nativeBuildInputs = [