cinnamon.warpinator: 1.8.4 -> 1.8.5

This commit is contained in:
R. Ryantm 2024-06-22 07:58:44 +00:00 committed by Bobby Rong
parent 8a3b1d8322
commit 5c0dc4c55e

View File

@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation rec {
pname = "warpinator";
version = "1.8.4";
version = "1.8.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-T1boMqzAGMjUD62ZAlWNOe3xUx5H5ZwpR7MNipy/LKA=";
hash = "sha256-PODQvdi4CARHOyDG0dal6ge8icyFnvJXOdhqEcbcrAk=";
};
nativeBuildInputs = [