_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:
parent
96ac71d680
commit
e9b8203a38
|
@ -3,14 +3,14 @@
|
|||
, libX11, xcbutil, xcbutilxrm }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.2";
|
||||
version = "0.3";
|
||||
pname = "2bwm";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "venam";
|
||||
repo = "2bwm";
|
||||
rev = "v${version}";
|
||||
sha256 = "1la1ixpm5knsj2gvdcmxzj1jfbzxvhmgzps4f5kbvx5047xc6ici";
|
||||
sha256 = "1xwib612ahv4rg9yl5injck89dlpyp5475xqgag0ydfd0r4sfld7";
|
||||
};
|
||||
|
||||
# Allow users set their own list of patches
|
||||
|
|
Loading…
Reference in New Issue