multilockscreen: 1.1.0 -> 1.2.0

This commit is contained in:
devhell 2021-06-21 20:18:23 +01:00
parent 2f44c029ec
commit 78a43484b8

View file

@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "multilockscreen";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "jeffmhubbard";
repo = pname;
rev = "v${version}";
sha256 = "1vdai1ymkzlkh5l69s8zpyj2klzm8zyak00vd4p7lcldxfj861ig";
sha256 = "1bfpbazvhaz9x356nsghz0czysh9b75g79cd9s35v0x0rrzdr9qj";
};
nativeBuildInputs = [ makeWrapper ];