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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "warpinator"; pname = "warpinator";
version = "1.6.3"; version = "1.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-iCq2cwZgsq5/bJqjYuZ6dZLqz2nIpgHCrIQeMVxJNXY="; hash = "sha256-BKptTQbSBTQyc5V6WWdsPdC76sH0CFMXOyahfRmvQzc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [