Merge pull request #295256 from r-ryantm/auto-update/bemenu

bemenu: 0.6.19 -> 0.6.20
This commit is contained in:
Nick Cao 2024-03-12 15:01:38 -04:00 committed by GitHub
commit 64f6e23055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bemenu";
version = "0.6.19";
version = "0.6.20";
src = fetchFromGitHub {
owner = "Cloudef";
repo = finalAttrs.pname;
rev = finalAttrs.version;
hash = "sha256-k7xpMZUANacW/Qw7PSt+6XMPshSkmTHh/OGQlu7nmKY=";
hash = "sha256-pXuaNhrXy33rZxk+qisFWpYj6w9QW3p3WmGtE1kHGII=";
};
strictDeps = true;