cinnamon.warpinator: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2023-07-08 02:07:54 +00:00 committed by Bobby Rong
parent 1a23842242
commit 292bcc7907

View file

@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "warpinator";
version = "1.6.3";
version = "1.6.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-iCq2cwZgsq5/bJqjYuZ6dZLqz2nIpgHCrIQeMVxJNXY=";
hash = "sha256-BKptTQbSBTQyc5V6WWdsPdC76sH0CFMXOyahfRmvQzc=";
};
nativeBuildInputs = [