Skip to content

Commit af25a98

Browse files
committed
bspwm: 0.9.11 -> 0.9.12
1 parent 6fc4258 commit af25a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bs/bspwm/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "bspwm";
15-
version = "0.9.11";
15+
version = "0.9.12";
1616

1717
src = fetchFromGitHub {
1818
owner = "baskerville";
1919
repo = "bspwm";
2020
tag = version;
21-
sha256 = "sha256-5mAw3uSsDozGUJdYE1gD1u0u6Xnik3/LbE654vCFU9E=";
21+
sha256 = "sha256-sEheWAZgKVDCEipQTtDLNfDSA2oho9zU9gK2d6W6WSU=";
2222
};
2323

2424
buildInputs = [

0 commit comments

Comments
 (0)