Skip to content

Commit 7a500a0

Browse files
authored
dmenu: 5.3 -> 5.4 (#433504)
2 parents 3bb206b + c4d0776 commit 7a500a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/dm/dmenu/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "dmenu";
21-
version = "5.3";
21+
version = "5.4";
2222

2323
src = fetchzip {
2424
url = "https://dl.suckless.org/tools/dmenu-${finalAttrs.version}.tar.gz";
25-
hash = "sha256-3lRLa3NIg+7bUSDnef/rVL3XwvWWHTIPQ8mcVaq/SVI=";
25+
hash = "sha256-6bFq3Pj3cuZqLR0pkoJyfx3CDWmmSqkDoEVptMfej7g=";
2626
};
2727

2828
buildInputs = [

0 commit comments

Comments
 (0)