Merge pull request #137852 from r-ryantm/auto-update/mlvwm

mlvwm: 0.9.3 -> 0.9.4
This commit is contained in:
Bobby Rong 2021-09-20 10:35:39 +08:00 committed by GitHub
commit cccf93d2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mlvwm";
version = "0.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "morgant";
repo = pname;
rev = version;
sha256 = "sha256-Sps2+XyMTcNuhQTLrW/8vSZIcSzMejoi1m64SK129YI=";
sha256 = "sha256-ElKmi+ANuB3LPwZTMcr5HEMESjDwENbYnNIGdRP24d0=";
};
nativeBuildInputs = [ installShellFiles ];