bemenu: 0.6.17 -> 0.6.19

This commit is contained in:
R. Ryantm
2024-03-07 10:54:51 +01:00
committed by Weijia Wang
parent 3efc6ce7e4
commit 808235b21f
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bemenu";
version = "0.6.17";
version = "0.6.19";
src = fetchFromGitHub {
owner = "Cloudef";
repo = finalAttrs.pname;
rev = finalAttrs.version;
sha256 = "sha256-HfA8VtYP8YHMQNXrg3E6IwX7rR3rp/gyE62InsddjZE=";
hash = "sha256-k7xpMZUANacW/Qw7PSt+6XMPshSkmTHh/OGQlu7nmKY=";
};
strictDeps = true;