Merge pull request #172277 from McSinyx/mepo-0.4.2

mepo: 0.4.1 -> 0.4.2
This commit is contained in:
Artturi
2022-05-11 03:40:04 +03:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@ let
menuInputs = if withX11 then [ dmenu xdotool ] else [ bemenu ];
in stdenv.mkDerivation rec {
pname = "mepo";
version = "0.4.1";
version = "0.4.2";
src = fetchFromSourcehut {
owner = "~mil";
repo = pname;
rev = version;
hash = "sha256-soIAQgo8Cyii/zzJapgJmC5hN/ySnHKoSbOg/XgTnGg=";
hash = "sha256-k6YXaqB3EwbDPlTvijZf10q+IYwt4/MiqGXL495KIcY=";
};
nativeBuildInputs = [ pkg-config zig makeWrapper ];