_2bwm: 0.2 -> 0.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/2bwm/versions
This commit is contained in:
R. RyanTM 2019-09-25 22:25:26 -07:00
parent 96ac71d680
commit e9b8203a38

View File

@ -3,14 +3,14 @@
, libX11, xcbutil, xcbutilxrm }: , libX11, xcbutil, xcbutilxrm }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.2"; version = "0.3";
pname = "2bwm"; pname = "2bwm";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "venam"; owner = "venam";
repo = "2bwm"; repo = "2bwm";
rev = "v${version}"; rev = "v${version}";
sha256 = "1la1ixpm5knsj2gvdcmxzj1jfbzxvhmgzps4f5kbvx5047xc6ici"; sha256 = "1xwib612ahv4rg9yl5injck89dlpyp5475xqgag0ydfd0r4sfld7";
}; };
# Allow users set their own list of patches # Allow users set their own list of patches